Home
last modified time | relevance | path

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

/core/core-i18n/src/androidTest/java/androidx/core/i18n/
DCheckTheJavaApisTest.java102 DateTimeFormatterSkeletonOptions dateTimeFormatterOptions = builder.build(); in testSkeletonOptions() local
119 new DateTimeFormatter(mAppContext, dateTimeFormatterOptions, mLocale); in testSkeletonOptions()
123 new DateTimeFormatter(mAppContext, dateTimeFormatterOptions, mLocale).format(mCal)); in testSkeletonOptions()
126 dateTimeFormatterOptions = DateTimeFormatterSkeletonOptions.fromString("yMMMdjms"); in testSkeletonOptions()
136 df = new DateTimeFormatter(mAppContext, dateTimeFormatterOptions, mLocale); in testSkeletonOptions()
140 new DateTimeFormatter(mAppContext, dateTimeFormatterOptions, mLocale).format(mCal)); in testSkeletonOptions()
143 dateTimeFormatterOptions = DateTimeFormatterSkeletonOptions.fromString("yMMMMdjmsEEEE"); in testSkeletonOptions()
153 df = new DateTimeFormatter(mAppContext, dateTimeFormatterOptions, mLocale); in testSkeletonOptions()
157 new DateTimeFormatter(mAppContext, dateTimeFormatterOptions, mLocale).format(mCal)); in testSkeletonOptions()