Searched refs:fmtTime (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cdattst.c | 445 UDateFormat* fmtTime; in TestRelativeDateFormat() local 465 fmtTime = udat_open(UDAT_SHORT, UDAT_NONE, trdfLocale, trdfZone, -1, NULL, 0, &status); in TestRelativeDateFormat() 544 udat_format(fmtTime, dateToUse, strTime, kDateOrTimeOutMax, NULL, &status); in TestRelativeDateFormat() 566 udat_close(fmtTime); in TestRelativeDateFormat()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateFormatTest.java | 3790 DateFormat fmtTime = DateFormat.getTimeInstance(DateFormat.SHORT, loc); in TestRelativeDateFormat() local 3802 fmtTime.format(cal, timeStr, new FieldPosition(0) ); in TestRelativeDateFormat()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateFormatTest.java | 3789 DateFormat fmtTime = DateFormat.getTimeInstance(DateFormat.SHORT, loc); in TestRelativeDateFormat() local 3801 fmtTime.format(cal, timeStr, new FieldPosition(0) ); in TestRelativeDateFormat()
|