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 | 2031 …DateFormat dfFrench = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL, Locale.FREN… in TestLocaleDateFormat() local 2035 dfFrench.setTimeZone(tz); in TestLocaleDateFormat() 2041 String out = dfFrench.format(testDate); in TestLocaleDateFormat() 2093 …DateFormat dfFrench = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.NONE, Locale.FREN… in TestDateFormatNone() local 2096 dfFrench.setTimeZone(tz); in TestDateFormatNone() 2100 String out = dfFrench.format(testDate); in TestDateFormatNone()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateFormatTest.java | 2030 …DateFormat dfFrench = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL, Locale.FREN… in TestLocaleDateFormat() local 2034 dfFrench.setTimeZone(tz); in TestLocaleDateFormat() 2040 String out = dfFrench.format(testDate); in TestLocaleDateFormat() 2092 …DateFormat dfFrench = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.NONE, Locale.FREN… in TestDateFormatNone() local 2095 dfFrench.setTimeZone(tz); in TestDateFormatNone() 2099 String out = dfFrench.format(testDate); in TestDateFormatNone()
|
/external/icu/icu4c/source/test/intltest/ |
D | dtfmttst.cpp | 1326 DateFormat *dfFrench = DateFormat::createDateTimeInstance(DateFormat::FULL, in TestLocaleDateFormat() local 1335 if (dfUS == NULL || dfFrench == NULL){ in TestLocaleDateFormat() 1338 delete dfFrench; in TestLocaleDateFormat() 1342 dfFrench->format(testDate, out); in TestLocaleDateFormat() 1352 delete dfFrench; in TestLocaleDateFormat()
|