Searched defs:icuCollator (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_collator_test.cpp | 47 icu::Collator *icuCollator = icu::Collator::createInstance("US", status); in HWTEST_F_L0() local 97 icu::Collator *icuCollator in HWTEST_F_L0() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_collator.cpp | 140 icu::Collator *icuCollator = (JSHandle<JSCollator>::Cast(collator))->GetIcuCollator(); in AnonymousCollator() local
|
| H A D | builtins_string.cpp | 588 icu::Collator *icuCollator = nullptr; in LocaleCompareGC() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_collator.h | 94 auto icuCollator = reinterpret_cast<icu::Collator *>(pointer); in FreeIcuCollator() local
|
| H A D | js_collator.cpp | 86 SetIcuCollator(JSThread *thread, const JSHandle<JSCollator> &collator, icu::Collator *icuCollator, const NativePointerCallback &callback) SetIcuCollator() argument 475 icu::Collator *icuCollator = collator->GetIcuCollator(); ResolvedOptions() local 682 TryFastCompareStrings([[maybe_unused]] const icu::Collator* icuCollator, EcmaString* string1, EcmaString* string2, int& processedUntilOut) TryFastCompareStrings() argument 755 CompareStrings(JSThread *thread, const icu::Collator *icuCollator, const JSHandle<EcmaString> &string1, const JSHandle<EcmaString> &string2, [[maybe_unused]]CompareStringsOption csOption) CompareStrings() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 4077 icu::Collator *icuCollator = collator->GetIcuCollator(); in DEF_RUNTIME_STUBS() local
|
Completed in 16 milliseconds