Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp4222 CFX_WideString wsHour; in FX_TimeFormat() local
4223 wsHour.Format(L"%d", wHour == 0 ? 12 : wHour); in FX_TimeFormat()
4224 wsResult += wsHour; in FX_TimeFormat()
4229 CFX_WideString wsHour; in FX_TimeFormat() local
4230 wsHour.Format(L"%02d", wHour == 0 ? 12 : wHour); in FX_TimeFormat()
4231 wsResult += wsHour; in FX_TimeFormat()
4233 CFX_WideString wsHour; in FX_TimeFormat() local
4234 wsHour.Format(L"%d", wHour == 0 ? 24 : wHour); in FX_TimeFormat()
4235 wsResult += wsHour; in FX_TimeFormat()
4237 CFX_WideString wsHour; in FX_TimeFormat() local
[all …]