Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_locale.h323 std::set<std::string> irregularList = {"native", "traditio", "finance"}; in IsWellNumberingSystem() local
324 if (irregularList.find(value) != irregularList.end()) { in IsWellNumberingSystem()
337 std::set<std::string> irregularList = {"standard", "search"}; in IsWellCollation() local
338 if (irregularList.find(value) != irregularList.end()) { in IsWellCollation()