Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/src/
H A Ddate_time_format.cpp574 std::string timezoneStr = timeZone.empty() ? GetSystemTimezone() : timeZone; in Format() local
575 auto zone = std::unique_ptr<TimeZone>(TimeZone::createTimeZone(timezoneStr.c_str())); in Format()
595 std::string timezoneStr = timeZone.empty() ? GetSystemTimezone() : timeZone; in FormatRange() local
596 auto zone = std::unique_ptr<TimeZone>(TimeZone::createTimeZone(timezoneStr.c_str())); in FormatRange()

Completed in 2 milliseconds