Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
Dcdtdptst.c238 UChar *juneStr, *julyStr; in TestCzechMonths459() local
270 juneStr = myDateFormat(fmt, june); in TestCzechMonths459()
273 if(juneStr == NULL) { in TestCzechMonths459()
277 d = udat_parse(fmt, juneStr, u_strlen(juneStr), &pos, &status); in TestCzechMonths459()
/third_party/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp841 UnicodeString juneStr; fmt->format(june, juneStr); in TestCzechMonths459() local
844 logln((UnicodeString)"format(June 15 1997) = " + juneStr); in TestCzechMonths459()
845 UDate d = fmt->parse(juneStr, status); in TestCzechMonths459()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java1765 String juneStr = fmt.format(june); in TestCzechMonths459() local
1768 logln("format(June 15 1997) = " + juneStr); in TestCzechMonths459()
1769 Date d = fmt.parse(juneStr); in TestCzechMonths459()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DDateFormatTest.java1681 String juneStr = fmt.format(june); in TestCzechMonths459() local
1684 logln("format(June 15 1997) = " + juneStr); in TestCzechMonths459()
1685 Date d = fmt.parse(juneStr); in TestCzechMonths459()