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 | 2007 …DateFormat dfFrench = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL, Locale.FREN… in TestLocaleDateFormat() local 2011 dfFrench.setTimeZone(tz); in TestLocaleDateFormat() 2017 String out = dfFrench.format(testDate); in TestLocaleDateFormat() 2067 …DateFormat dfFrench = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.NONE, Locale.FREN… in TestDateFormatNone() local 2070 dfFrench.setTimeZone(tz); in TestDateFormatNone() 2074 String out = dfFrench.format(testDate); in TestDateFormatNone()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateFormatTest.java | 2003 …DateFormat dfFrench = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.FULL, Locale.FREN… in TestLocaleDateFormat() local 2007 dfFrench.setTimeZone(tz); in TestLocaleDateFormat() 2013 String out = dfFrench.format(testDate); in TestLocaleDateFormat() 2063 …DateFormat dfFrench = DateFormat.getDateTimeInstance(DateFormat.FULL, DateFormat.NONE, Locale.FREN… in TestDateFormatNone() local 2066 dfFrench.setTimeZone(tz); in TestDateFormatNone() 2070 String out = dfFrench.format(testDate); in TestDateFormatNone()
|
/external/icu/icu4c/source/test/intltest/ |
D | dtfmttst.cpp | 1313 DateFormat *dfFrench = DateFormat::createDateTimeInstance(DateFormat::FULL, in TestLocaleDateFormat() local 1322 if (dfUS == NULL || dfFrench == NULL){ in TestLocaleDateFormat() 1325 delete dfFrench; in TestLocaleDateFormat() 1329 dfFrench->format(testDate, out); in TestLocaleDateFormat() 1339 delete dfFrench; in TestLocaleDateFormat()
|