Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatTest.java3134 SimpleDateFormat gotfmt = new SimpleDateFormat("G yyyy MM dd HH:mm:ss z", loc); in expectParse() local
3150 gotstr = gotfmt.format(got); in expectParse()
/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp1933 SimpleDateFormat gotfmt("G yyyy MM dd HH:mm:ss z", loc, ec); in expectParse() local
1956 gotfmt.format(got, gotstr); in expectParse()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java3133 SimpleDateFormat gotfmt = new SimpleDateFormat("G yyyy MM dd HH:mm:ss z", loc); in expectParse() local
3149 gotstr = gotfmt.format(got); in expectParse()