Home
last modified time | relevance | path

Searched refs:SimpleDateFormatTime (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/intl/
Dglobal_intl_helper.cpp38 case GlobalFormatterType::SimpleDateFormatTime: in GlobalIntlHelper()
150 types == GlobalFormatterType::SimpleDateFormatTime) { in OptionsToMap()
183 if (types == GlobalFormatterType::SimpleDateFormatTime) { in OptionsWithDataFormatter()
Dglobal_intl_helper.h56 SimpleDateFormatTime, enumerator
98 case GlobalFormatterType::SimpleDateFormatTime: in GetGlobalObject()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date.cpp471 intl::GlobalIntlHelper gh(thread, intl::GlobalFormatterType::SimpleDateFormatTime); in ToLocaleTimeString()
473 locales, options, intl::GlobalFormatterType::SimpleDateFormatTime, cacheable); in ToLocaleTimeString()