Home
last modified time | relevance | path

Searched refs:NormalizeKeywordValue (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_locale.cpp197 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/
Dbuiltins_locale_test.cpp438 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/
Djs_locale.h498 static JSTaggedValue NormalizeKeywordValue(JSThread *thread, const JSHandle<JSLocale> &locale,
Djs_locale.cpp979 JSTaggedValue JSLocale::NormalizeKeywordValue(JSThread *thread, const JSHandle<JSLocale> &locale, in NormalizeKeywordValue() function in panda::ecmascript::JSLocale