Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.h37 constexpr int STRING_LENGTH_8 = 8; variable
Djs_date_time_format.cpp1350 result.replace(0, STRING_LENGTH_8, "SystemV/"); in ConstructFormattedTimeZoneID()
1412 if (input.length() < STRING_LENGTH_8 || input.length() > STRING_LENGTH_10) { in ConstructGMTTimeZoneID()