Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Dintl-objects.h349 V8_WARN_UNUSED_RESULT static bool IsValidTimeZoneName(
351 V8_WARN_UNUSED_RESULT static bool IsValidTimeZoneName(Isolate* isolate,
353 V8_WARN_UNUSED_RESULT static bool IsValidTimeZoneName(Isolate* isolate,
H A Dintl-objects.cc2831 bool Intl::IsValidTimeZoneName(Isolate* isolate, Handle<String> id) { in IsValidTimeZoneName() function in v8::Intl
2839 bool Intl::IsValidTimeZoneName(const icu::TimeZone& tz) { in IsValidTimeZoneName() function in v8::Intl
2874 if (!IsValidTimeZoneName(*tz)) { in GetTimeZoneIndex()
2893 // We should not reach here, the !IsValidTimeZoneName should return earlier in GetTimeZoneIndex()
H A Djs-temporal-objects.cc313 bool IsValidTimeZoneName(Isolate* isolate, Handle<String> time_zone);
2638 // a. If ! IsValidTimeZoneName(name) is false, throw a RangeError exception. in ParseTemporalTimeZoneString()
2639 if (!IsValidTimeZoneName(isolate, name)) { in ParseTemporalTimeZoneString()
3287 bool IsValidTimeZoneName(Isolate* isolate, Handle<String> time_zone) { in IsValidTimeZoneName() function
3288 return Intl::IsValidTimeZoneName(isolate, time_zone); in IsValidTimeZoneName()
3311 bool IsValidTimeZoneName(Isolate* isolate, Handle<String> time_zone) { in IsValidTimeZoneName() function
5523 // a. If ! IsValidTimeZoneName(identifier) is false, then in Constructor()
5524 if (!IsValidTimeZoneName(isolate, identifier)) { in Constructor()
H A Djs-date-time-format.cc1068 // 18.b If the result of IsValidTimeZoneName(timeZone) is false, then in CreateTimeZone()
1070 if (!Intl::IsValidTimeZoneName(*tz)) return std::unique_ptr<icu::TimeZone>(); in CreateTimeZone()
1712 // 18.b If the result of IsValidTimeZoneName(timeZone) is false, then in New()

Completed in 20 milliseconds