Home
last modified time | relevance | path

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

/core/core-i18n/src/androidTest/java/androidx/core/i18n/
DDateTimeFormatterTest.kt518 val expCal = if (isIcuAvailable) expPDT else expMDT in testDefaultTimeZone() constant
519 assertEquals(expCal, DateTimeFormatter(appContext, options, locale).format(testCalendar)) in testDefaultTimeZone()