Searched defs:dateFormat (Results 1 – 2 of 2) sorted by relevance
186 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() local619 std::unique_ptr<icu::DateFormat> dateFormat = CreateICUDateFormat(env, self); in FormatToPartsImpl() local687 std::unique_ptr<icu::DateFormat> dateFormat = CreateICUDateFormat(env, self); in FormatResolvedOptionsImpl() local
1527 auto dateFormat(std::make_unique<icu::SimpleDateFormat>(pattern, icuLocale, status)); in CreateICUSimpleDateFormat() local