Home
last modified time | relevance | path

Searched refs:fullFmt (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcdtdptst.c53 UDateFormat *fullFmt, *fmt; in TestTwoDigitYearDSTParse() local
64fullFmt= udat_open(UDAT_PATTERN, UDAT_PATTERN,"en_US",NULL,0,pattern, u_strlen(pattern),&status); in TestTwoDigitYearDSTParse()
100 udat_close(fullFmt); in TestTwoDigitYearDSTParse()
/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp379 …SimpleDateFormat* fullFmt = new SimpleDateFormat((UnicodeString)"EEE MMM dd HH:mm:ss.SSS zzz yyyy … in TestTwoDigitYearDSTParse() local
399 logln(*s + " P> " + ((DateFormat*)fullFmt)->format(d, str)); in TestTwoDigitYearDSTParse()
412 delete fullFmt; in TestTwoDigitYearDSTParse()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatTest.java298 SimpleDateFormat fullFmt = new SimpleDateFormat("EEE MMM dd HH:mm:ss.SSS zzz yyyy G"); in TestTwoDigitYearDSTParse() local
324 logln(s + " P> " + ((DateFormat) fullFmt).format(d)); in TestTwoDigitYearDSTParse()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java297 SimpleDateFormat fullFmt = new SimpleDateFormat("EEE MMM dd HH:mm:ss.SSS zzz yyyy G"); in TestTwoDigitYearDSTParse() local
323 logln(s + " P> " + ((DateFormat) fullFmt).format(d)); in TestTwoDigitYearDSTParse()