Lines Matching refs:locale
32 * function display locale and check the locale is within expectations.
61 * @tc.desc: Call function "GetAvailableLocales" to obtain the available locale from the ICU library and
62 * check whether the obtained locale is empty.
140 * @tc.desc: Display the language region and script of the locale according to the display configuration of
155 JSHandle<JSTaggedValue> locale(factory->NewFromASCII("zh-Hant"));
164 JSDisplayNames::InitializeDisplayNames(thread, displayNames, locale, JSHandle<JSTaggedValue>(displayOptions));
206 JSHandle<JSTaggedValue> locale(factory->NewFromASCII("zh-Hant"));
218 JSDisplayNames::InitializeDisplayNames(thread, displayNames, locale, JSHandle<JSTaggedValue>(displayOptions));
224 JSObject::GetProperty(thread, displayOptions, localeKey).GetValue(), locale), true);