Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/localization/
Dfgas_locale.cpp3864 CFX_WideString wsHour; in FX_TimeFormat() local
3865 wsHour.Format(L"%d", wHour == 0 ? 12 : wHour); in FX_TimeFormat()
3866 wsResult += wsHour; in FX_TimeFormat()
3871 CFX_WideString wsHour; in FX_TimeFormat() local
3872 wsHour.Format(L"%02d", wHour == 0 ? 12 : wHour); in FX_TimeFormat()
3873 wsResult += wsHour; in FX_TimeFormat()
3875 CFX_WideString wsHour; in FX_TimeFormat() local
3876 wsHour.Format(L"%d", wHour == 0 ? 24 : wHour); in FX_TimeFormat()
3877 wsResult += wsHour; in FX_TimeFormat()
3879 CFX_WideString wsHour; in FX_TimeFormat() local
[all …]