Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_collator.h108 static icu::Collator *GetCachedIcuCollator(JSThread *thread, const JSHandle<JSTaggedValue> &locales);
109 static icu::Collator *GetCachedIcuCollator(JSThread *thread, const JSTaggedValue &locales);
H A Djs_collator.cpp347 icu::Collator *JSCollator::GetCachedIcuCollator(JSThread *thread, const JSTaggedValue &locales) in GetCachedIcuCollator() function in panda::ecmascript::JSCollator
358 icu::Collator *JSCollator::GetCachedIcuCollator(JSThread *thread, const JSHandle<JSTaggedValue> &locales) in GetCachedIcuCollator() function in panda::ecmascript::JSCollator
360 return GetCachedIcuCollator(thread, locales.GetTaggedValue()); in GetCachedIcuCollator()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string.cpp547 auto collator = JSCollator::GetCachedIcuCollator(thread, locales); in DoLocaleCompare()
590 icuCollator = JSCollator::GetCachedIcuCollator(thread, locales); in LocaleCompareGC()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3885 auto collator = JSCollator::GetCachedIcuCollator(thread, locales); in DEF_RUNTIME_STUBS()

Completed in 16 milliseconds