Searched refs:testfmt (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Ditrbnfp.h33 void testfmt(RuleBasedNumberFormat* formatter, double val, UErrorCode& status);
34 void testfmt(RuleBasedNumberFormat* formatter, int val, UErrorCode& status);
H A Ditrbnfp.cpp132 testfmt(formatter, 20, status);
133 testfmt(formatter, 1.23, status);
134 testfmt(formatter, -123, status);
135 testfmt(formatter, .123, status);
136 testfmt(formatter, 123, status);
148 IntlTestRBNFParse::testfmt(RuleBasedNumberFormat* formatter, double val, UErrorCode& status) { function in class:IntlTestRBNFParse
161 IntlTestRBNFParse::testfmt(RuleBasedNumberFormat* formatter, int val, UErrorCode& status) { function in class:IntlTestRBNFParse
H A Ddtfmttst.cpp3406 SimpleDateFormat testfmt(UnicodeString("yyyy-MM-dd'T'HH:mm:ss'Z'"), status);
3408 testfmt.setTimeZone(*TimeZone::getGMT());
3421 UDate d = testfmt.parse(testLine[2], status);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DDateFormatTest.java750 SimpleDateFormat testfmt = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'");
751 testfmt.setTimeZone(TimeZone.getTimeZone("Etc/GMT"));
759 Date testd = testfmt.parse(info[2]);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatTest.java749 SimpleDateFormat testfmt = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'");
750 testfmt.setTimeZone(TimeZone.getTimeZone("Etc/GMT"));
758 Date testd = testfmt.parse(info[2]);

Completed in 195 milliseconds