Home
last modified time | relevance | path

Searched refs:wsSecond (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/fgas/localization/
Dfgas_locale.cpp3913 CFX_WideString wsSecond; in FX_TimeFormat() local
3914 wsSecond.Format(L"%d", second); in FX_TimeFormat()
3915 wsResult += wsSecond; in FX_TimeFormat()
3917 CFX_WideString wsSecond; in FX_TimeFormat() local
3918 wsSecond.Format(L"%02d", second); in FX_TimeFormat()
3919 wsResult += wsSecond; in FX_TimeFormat()