Home
last modified time | relevance | path

Searched refs:dayPeriod (Results 1 - 2 of 2) sorted by relevance

/base/global/i18n/frameworks/intl/src/
H A Ddate_time_format.cpp334 if (dayPeriod == "short" || (dayPeriod == "auto" && defaultStyle == DefaultStyle::DEFAULT)) { in SetDayPeriod()
337 } else if (dayPeriod == "long" || (dayPeriod == "auto" && defaultStyle == DefaultStyle::LONG)) { in SetDayPeriod()
340 } else if (dayPeriod == "narrow" || (dayPeriod == "auto" && defaultStyle == DefaultStyle::SHORT)) { in SetDayPeriod()
397 if (configs.count("dayPeriod") > 0) { in ParseConfigsPartTwo()
398 dayPeriod = configs["dayPeriod"]; in ParseConfigsPartTwo()
691 if (!dayPeriod in GetAdditionalResolvedOptions()
[all...]
/base/global/i18n/frameworks/intl/include/
H A Ddate_time_format.h78 std::string dayPeriod; member in OHOS::Global::I18n::DateTimeFormat

Completed in 2 milliseconds