Searched refs:dfFrench (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateFormatTest.java | 2034 …DateFormat dfFrench = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL, Locale.FREN… in TestLocaleDateFormat() local 2038 dfFrench.setTimeZone(tz); in TestLocaleDateFormat() 2044 String out = dfFrench.format(testDate); in TestLocaleDateFormat() 2096 …DateFormat dfFrench = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.NONE, Locale.FREN… in TestDateFormatNone() local 2099 dfFrench.setTimeZone(tz); in TestDateFormatNone() 2103 String out = dfFrench.format(testDate); in TestDateFormatNone()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateFormatTest.java | 2037 …DateFormat dfFrench = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL, Locale.FREN… in TestLocaleDateFormat() local 2041 dfFrench.setTimeZone(tz); in TestLocaleDateFormat() 2047 String out = dfFrench.format(testDate); in TestLocaleDateFormat() 2099 …DateFormat dfFrench = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.NONE, Locale.FREN… in TestDateFormatNone() local 2102 dfFrench.setTimeZone(tz); in TestDateFormatNone() 2106 String out = dfFrench.format(testDate); in TestDateFormatNone()
|
/external/icu/icu4c/source/test/intltest/ |
D | dtfmttst.cpp | 1327 DateFormat *dfFrench = DateFormat::createDateTimeInstance(DateFormat::FULL, in TestLocaleDateFormat() local 1336 if (dfUS == NULL || dfFrench == NULL){ in TestLocaleDateFormat() 1339 delete dfFrench; in TestLocaleDateFormat() 1343 dfFrench->format(testDate, out); in TestLocaleDateFormat() 1353 delete dfFrench; in TestLocaleDateFormat()
|