Searched refs:NormalizeKeywordValue (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_locale.cpp | 197 JSTaggedValue calendar = JSLocale::NormalizeKeywordValue(thread, locale, "ca"); in GetCalendar() 215 JSTaggedValue caseFirst = JSLocale::NormalizeKeywordValue(thread, locale, "kf"); in GetCaseFirst() 232 JSTaggedValue collation = JSLocale::NormalizeKeywordValue(thread, locale, "co"); in GetCollation() 249 JSTaggedValue hourCycle = JSLocale::NormalizeKeywordValue(thread, locale, "hc"); in GetHourCycle() 287 JSTaggedValue numberingSystem = JSLocale::NormalizeKeywordValue(thread, locale, "nu"); in GetNumberingSystem()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_locale_test.cpp | 438 HWTEST_F_L0(BuiltinsLocaleTest, NormalizeKeywordValue) in HWTEST_F_L0() argument 463 JSTaggedValue keyWords = JSLocale::NormalizeKeywordValue(thread, jsInitLocale, "kf"); in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_locale.h | 498 static JSTaggedValue NormalizeKeywordValue(JSThread *thread, const JSHandle<JSLocale> &locale,
|
| D | js_locale.cpp | 979 JSTaggedValue JSLocale::NormalizeKeywordValue(JSThread *thread, const JSHandle<JSLocale> &locale, in NormalizeKeywordValue() function in panda::ecmascript::JSLocale
|