Home
last modified time | relevance | path

Searched refs:IsValidTimeZoneInput (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.h204 static bool IsValidTimeZoneInput(const std::string &input);
Djs_date_time_format.cpp1370 bool JSDateTimeFormat::IsValidTimeZoneInput(const std::string &input) in IsValidTimeZoneInput() function in panda::ecmascript::JSDateTimeFormat
1379 if (!IsValidTimeZoneInput(input)) { in ToTitleCaseTimezonePosition()