Home
last modified time | relevance | path

Searched defs:calendar (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_locale.cpp197 JSTaggedValue calendar = JSLocale::NormalizeKeywordValue(thread, locale, "ca"); in GetCalendar() local
/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.cpp359 JSHandle<JSTaggedValue> calendar = in InitializeDateTimeFormat() local
1124 const icu::Calendar *calendar = icuSimpleDateFormat->getCalendar(); in ResolvedOptions() local
1536 … std::unique_ptr<icu::Calendar> calendar(icu::Calendar::createInstance(timeZone, locale, status)); in BuildCalendar() local
Djs_locale.cpp641 bool JSLocale::IsWellFormedCalendarCode(const std::string& calendar) in IsWellFormedCalendarCode()