Lines Matching refs:icu
58 // icu field.
81 icu::Collator *GetIcuCollator() const
86 return reinterpret_cast<icu::Collator *>(result);
94 auto icuCollator = reinterpret_cast<icu::Collator *>(pointer);
99 icu::Collator *icuCollator, const NativePointerCallback &callback);
108 static icu::Collator *GetCachedIcuCollator(JSThread *thread, const JSHandle<JSTaggedValue> &locales);
109 static icu::Collator *GetCachedIcuCollator(JSThread *thread, const JSTaggedValue &locales);
121 static JSTaggedValue CompareStrings(JSThread *thread, const icu::Collator *icuCollator,
133 static void SetNumericOption(icu::Collator *icuCollator, bool numeric);
135 static void SetCaseFirstOption(icu::Collator *icuCollator, CaseFirstOption caseFirstOption);