Searched refs:NormalizeKeywordValue (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_locale.cpp | 198 JSHandle<EcmaString> calendar = JSLocale::NormalizeKeywordValue(thread, locale, "ca"); in GetCalendar() 216 JSHandle<EcmaString> caseFirst = JSLocale::NormalizeKeywordValue(thread, locale, "kf"); in GetCaseFirst() 233 JSHandle<EcmaString> collation = JSLocale::NormalizeKeywordValue(thread, locale, "co"); in GetCollation() 250 JSHandle<EcmaString> hourCycle = JSLocale::NormalizeKeywordValue(thread, locale, "hc"); in GetHourCycle() 288 JSHandle<EcmaString> numberingSystem = JSLocale::NormalizeKeywordValue(thread, locale, "nu"); in GetNumberingSystem()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_locale_test.cpp | 480 HWTEST_F_L0(BuiltinsLocaleTest, NormalizeKeywordValue) in HWTEST_F_L0() argument 505 JSHandle<EcmaString> keyWords = JSLocale::NormalizeKeywordValue(thread, jsInitLocale, "kf"); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_locale.h | 495 …static JSHandle<EcmaString> NormalizeKeywordValue(JSThread *thread, const JSHandle<JSLocale> &loca…
|
| D | js_locale.cpp | 942 JSHandle<EcmaString> JSLocale::NormalizeKeywordValue(JSThread *thread, const JSHandle<JSLocale> &lo… in NormalizeKeywordValue() function in panda::ecmascript::JSLocale
|