Searched refs:dfFrench (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateFormatTest.java | 2125 …DateFormat dfFrench = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL, Locale.FREN… in TestLocaleDateFormat() local 2129 dfFrench.setTimeZone(tz); in TestLocaleDateFormat() 2135 String out = dfFrench.format(testDate); in TestLocaleDateFormat() 2187 …DateFormat dfFrench = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.NONE, Locale.FREN… in TestDateFormatNone() local 2190 dfFrench.setTimeZone(tz); in TestDateFormatNone() 2194 String out = dfFrench.format(testDate); in TestDateFormatNone()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateFormatTest.java | 2122 …DateFormat dfFrench = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL, Locale.FREN… in TestLocaleDateFormat() local 2126 dfFrench.setTimeZone(tz); in TestLocaleDateFormat() 2132 String out = dfFrench.format(testDate); in TestLocaleDateFormat() 2184 …DateFormat dfFrench = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.NONE, Locale.FREN… in TestDateFormatNone() local 2187 dfFrench.setTimeZone(tz); in TestDateFormatNone() 2191 String out = dfFrench.format(testDate); in TestDateFormatNone()
|
/external/icu/icu4c/source/test/intltest/ |
D | dtfmttst.cpp | 1328 DateFormat *dfFrench = DateFormat::createDateTimeInstance(DateFormat::FULL, in TestLocaleDateFormat() local 1337 if (dfUS == NULL || dfFrench == NULL){ in TestLocaleDateFormat() 1340 delete dfFrench; in TestLocaleDateFormat() 1344 dfFrench->format(testDate, out); in TestLocaleDateFormat() 1354 delete dfFrench; in TestLocaleDateFormat()
|