Home
last modified time | relevance | path

Searched defs:isZoneID (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/mock/src/
H A Di18n_timezone_mock.cpp20 I18nTimeZoneMock::I18nTimeZoneMock(std::string &id, bool isZoneID) in I18nTimeZoneMock()
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Di18n_timezone_addon.cpp136 bool isZoneID = false; in I18nTimeZoneConstructor() local
472 napi_value I18nTimeZoneAddon::StaticGetTimeZone(napi_env env, napi_value *argv, bool isZoneID) in StaticGetTimeZone()
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Di18n_timezone.cpp599 I18nTimeZone::I18nTimeZone(std::string &id, bool isZoneID) in I18nTimeZone()
640 std::unique_ptr<I18nTimeZone> I18nTimeZone::CreateInstance(std::string &id, bool isZoneID) in CreateInstance()
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Di18n_test.cpp564 bool isZoneID = true; variable