Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_locale.cpp661 std::size_t found_dash = value.find('-'); in IsWellFormedCalendarCode() local
662 if (found_dash == std::string::npos) { in IsWellFormedCalendarCode()
665 if (!IsAlphanum(value.substr(0, found_dash), INTL_INDEX_THREE, INTL_INDEX_EIGHT)) { in IsWellFormedCalendarCode()
668 value = value.substr(found_dash + 1); in IsWellFormedCalendarCode()

Completed in 4 milliseconds