Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp4271 CFX_WideString wsSecond; in FX_TimeFormat() local
4272 wsSecond.Format(L"%d", second); in FX_TimeFormat()
4273 wsResult += wsSecond; in FX_TimeFormat()
4275 CFX_WideString wsSecond; in FX_TimeFormat() local
4276 wsSecond.Format(L"%02d", second); in FX_TimeFormat()
4277 wsResult += wsSecond; in FX_TimeFormat()