Home
last modified time | relevance | path

Searched refs:hour12 (Results 1 - 3 of 3) sorted by relevance

/base/global/i18n/frameworks/intl/src/
H A Ddate_time_format.cpp131 if (hour12.empty() && hourCycle.empty() && !LocaleConfig::IsEmpty24HourClock()) { in InitWithLocale()
134 hour12 = "false"; in InitWithLocale()
136 hour12 = "true"; in InitWithLocale()
184 if (hour12 == "true") { in FixPatternPartOne()
191 } else if (hour12 == "false") { in FixPatternPartOne()
385 if (configs.count("hour12") > 0) { in ParseConfigsPartTwo()
386 hour12 = configs["hour12"]; in ParseConfigsPartTwo()
420 if ((hourCycle == "h12" || hourCycle == "h11" || hour12 == "true") && !hour.empty()) { in ComputeSkeleton()
437 if (!hour12 in ComputeHourCycleChars()
[all...]
/base/global/i18n/frameworks/intl/include/
H A Ddate_time_format.h68 std::string hour12; member in OHOS::Global::I18n::DateTimeFormat
/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test.cpp245 string hour12 = "false"; in HWTEST_F() local
247 { "hour12", hour12 }, in HWTEST_F()
505 { "hour12", "fakeValue" } in HWTEST_F()
1535 { "hour12", "false" }, in HWTEST_F()
1590 { "hour12", "false" }, in HWTEST_F()
1643 { "hour12", "true" }, in HWTEST_F()
1699 { "hour12", "true" }, in HWTEST_F()
1728 it = options.find("hour12"); in HWTEST_F()
1754 { "hour12", "fals in HWTEST_F()
[all...]

Completed in 5 milliseconds