Lines Matching defs:locales
3638 JSHandle<JSTaggedValue> locales = GetHArg<JSTaggedValue>(argv, argc, 2); // 2: means the second parameter
3648 return builtins::BuiltinsString::DoLocaleCompare(thread, thisHandle, thatHandle, locales, options).GetRawData();
3835 JSHandle<JSTaggedValue> locales = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parameter
3839 bool cacheable = options->IsUndefined() && (locales->IsUndefined() || locales->IsString());
3840 const CompareStringsOption csOption = JSCollator::CompareStringsOptionFor(thread, locales, options);
3841 return builtins::BuiltinsString::LocaleCompareGC(thread, thisHandle, thatHandle, locales,
3882 JSHandle<JSTaggedValue> locales = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parameter
3885 auto collator = JSCollator::GetCachedIcuCollator(thread, locales);
3889 thread, locales);