Lines Matching refs:locale
28 static JSTaggedValue JSDisplayNamesCreateWithOptionTest(JSThread *thread, JSHandle<JSTaggedValue> &locale,
40 JSHandle<JSTaggedValue> localesString = locale;
87 JSHandle<JSTaggedValue> locale(factory->NewFromASCII("en"));
90 JSHandle<JSDisplayNames>(thread, JSDisplayNamesCreateWithOptionTest(thread, locale, typeValue));
111 JSHandle<JSTaggedValue> locale(factory->NewFromASCII("en"));
114 JSHandle<JSDisplayNames>(thread, JSDisplayNamesCreateWithOptionTest(thread, locale, typeValue));
135 JSHandle<JSTaggedValue> locale(factory->NewFromASCII("en"));
138 JSHandle<JSDisplayNames>(thread, JSDisplayNamesCreateWithOptionTest(thread, locale, typeValue));
176 JSHandle<JSTaggedValue> locale(factory->NewFromASCII("id-u-co-pinyin-de-ID"));
181 ecmaRuntimeCallInfo->SetCallArg(0, locale.GetTaggedValue());
207 JSHandle<JSTaggedValue> locale(factory->NewFromASCII("de-DE-u-co-phonebk"));
212 ecmaRuntimeCallInfo->SetCallArg(0, locale.GetTaggedValue());
230 JSHandle<JSTaggedValue> locale(factory->NewFromASCII("de-DE"));
234 thread, locale, typeValue));