Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Ddate_time_format.cpp440 hourTwoDigitString = "hh"; in ComputeHourCycleChars()
443 hourTwoDigitString = "HH"; in ComputeHourCycleChars()
448 hourTwoDigitString = "KK"; in ComputeHourCycleChars()
451 hourTwoDigitString = "hh"; in ComputeHourCycleChars()
454 hourTwoDigitString = "HH"; in ComputeHourCycleChars()
457 hourTwoDigitString = "kk"; in ComputeHourCycleChars()
466 ComputePartOfPattern(hour, hourChar, hourTwoDigitString, hourNumericString); in ComputePattern()
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Ddate_time_format.h97 std::string hourTwoDigitString = "HH"; variable