Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_date_time_format.cpp1200 int fsd = (tmpResult >= STRING_LENGTH_3) ? STRING_LENGTH_3 : tmpResult; in ResolvedOptions()
1634 result = (result.length() == STRING_LENGTH_3) ? result : "US/" + ToTitleCaseTimezonePosition( in ConstructFormattedTimeZoneID()
1635 input.substr(STRING_LENGTH_3)); in ConstructFormattedTimeZoneID()
1640 } else if (result.length() == STRING_LENGTH_3) { in ConstructFormattedTimeZoneID()
H A Djs_date_time_format.h36 constexpr int STRING_LENGTH_3 = 3; member in panda::ecmascript::CalendarOption

Completed in 5 milliseconds