Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/src/
H A Ddate_time_format.cpp394 if (configs.count("timeZoneName") > 0) { in ParseConfigsPartTwo()
395 timeZoneName = configs["timeZoneName"]; in ParseConfigsPartTwo()
423 AddOptions(timeZoneName, timeZoneChar); in ComputeSkeleton()
487 ComputeTimeZoneOfPattern(timeZoneName, timeZoneChar, "zzzz", "O"); in ComputePattern()
645 if (!timeZoneName.empty()) { in GetResolvedOptions()
646 map.insert(std::make_pair("timeZoneName", timeZoneName)); in GetResolvedOptions()
724 return timeZoneName; in GetTimeZoneName()
/base/global/i18n/frameworks/intl/include/
H A Ddate_time_format.h77 std::string timeZoneName; member in OHOS::Global::I18n::DateTimeFormat

Completed in 3 milliseconds