Home
last modified time | relevance | path

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

/base/global/i18n/interfaces/native/inner_api/zone/include/
H A Dzone_util.h127 CountryResult LookupTimezoneByCountryAndNITZ(std::string &region, NITZData &nitzData);
/base/global/i18n/frameworks/zone/test/unittest/
H A Dzone_util_test.cpp208 * @tc.desc: Test ZoneUtil LookupTimezoneByCountryAndNITZ
216 CountryResult result = util.LookupTimezoneByCountryAndNITZ(region, nitzData); in HWTEST_F()
221 CountryResult result2 = util.LookupTimezoneByCountryAndNITZ(region, nitzData2); in HWTEST_F()
/base/global/i18n/frameworks/zone/src/
H A Dzone_util.cpp237 CountryResult ZoneUtil::LookupTimezoneByCountryAndNITZ(std::string &region, NITZData &nitzData) in LookupTimezoneByCountryAndNITZ() function in ZoneUtil
247 HILOG_INFO_I18N("ZoneUtil::LookupTimezoneByCountryAndNITZ use tzlookup.xml"); in LookupTimezoneByCountryAndNITZ()
250 HILOG_INFO_I18N("ZoneUtil::LookupTimezoneByCountryAndNITZ use icu data"); in LookupTimezoneByCountryAndNITZ()

Completed in 3 milliseconds