Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.h36 constexpr int STRING_LENGTH_7 = 7; variable
Djs_date_time_format.cpp1354 } else if (result.find("ETC/GMT") == 0 && result.length() > STRING_LENGTH_7) { in ConstructFormattedTimeZoneID()