Home
last modified time | relevance | path

Searched defs:caseFirst (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_collator.cpp140 CaseFirstOption caseFirst = JSLocale::GetOptionOfString<CaseFirstOption>( in InitializeCollator() local
391 JSHandle<JSTaggedValue> OptionsToEcmaString(JSThread *thread, CaseFirstOption caseFirst) in OptionsToEcmaString()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_locale.cpp215 JSTaggedValue caseFirst = JSLocale::NormalizeKeywordValue(thread, locale, "kf"); in GetCaseFirst() local