Home
last modified time | relevance | path

Searched refs:IsValidTimeZoneName (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_locale_test.cpp151 HWTEST_F_L0(JSLocaleTest, IsValidTimeZoneName) in HWTEST_F_L0() argument
155 EXPECT_TRUE(JSLocale::IsValidTimeZoneName(*timeZone)); in HWTEST_F_L0()
160 EXPECT_FALSE(JSLocale::IsValidTimeZoneName(*timeZone)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.h186 static bool IsValidTimeZoneName(const icu::TimeZone &tz);
Djs_locale.cpp44 bool JSLocale::IsValidTimeZoneName(const icu::TimeZone &tz) in IsValidTimeZoneName() function in panda::ecmascript::JSLocale
Djs_date_time_format.cpp1293 if (!JSLocale::IsValidTimeZoneName(*tz)) { in ConstructTimeZone()