Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_date_time_format.cpp1708 int timeZoneOffsetFlag = 7; // The offset of time zone flag, to match RegExp starting with the correct string in ConstructGMTTimeZoneID() local
1709 if (regex_match(input.substr(timeZoneOffsetFlag), std::regex("[+-][1][0-4]")) || in ConstructGMTTimeZoneID()
1710 (regex_match(input.substr(timeZoneOffsetFlag), std::regex("[+-][0-9]")) || in ConstructGMTTimeZoneID()
1711 input.substr(timeZoneOffsetFlag) == "0")) { in ConstructGMTTimeZoneID()
1712 return ret + input.substr(timeZoneOffsetFlag); in ConstructGMTTimeZoneID()

Completed in 4 milliseconds