Home
last modified time | relevance | path

Searched refs:gotfmt (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java3137 SimpleDateFormat gotfmt = new SimpleDateFormat("G yyyy MM dd HH:mm:ss z", loc); in expectParse() local
3153 gotstr = gotfmt.format(got); in expectParse()
/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp1934 SimpleDateFormat gotfmt("G yyyy MM dd HH:mm:ss z", loc, ec); in expectParse() local
1957 gotfmt.format(got, gotstr); in expectParse()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatTest.java3140 SimpleDateFormat gotfmt = new SimpleDateFormat("G yyyy MM dd HH:mm:ss z", loc); in expectParse() local
3156 gotstr = gotfmt.format(got); in expectParse()