Home
last modified time | relevance | path

Searched defs:dateFormat (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlDateTimeFormat.cpp186 static ani_status DateFormatSetTimeZone(ani_env *env, icu::DateFormat *dateFormat, ani_object optio… in DateFormatSetTimeZone()
475 …std::unique_ptr<icu::DateFormat> dateFormat(icu::DateFormat::createDateInstance(dateStyle, locale)… in CreateStyleBasedDateFormatAlignedWithLocale() local
619 std::unique_ptr<icu::DateFormat> dateFormat = CreateICUDateFormat(env, self); in FormatToPartsImpl() local
687 std::unique_ptr<icu::DateFormat> dateFormat = CreateICUDateFormat(env, self); in FormatResolvedOptionsImpl() local
/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.cpp1527 auto dateFormat(std::make_unique<icu::SimpleDateFormat>(pattern, icuLocale, status)); in CreateICUSimpleDateFormat() local