Searched refs:runStrictParseTests (Results 1 - 2 of 2) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DNumberFormatTest.java3047 runStrictParseTests("should pass", nf, pass, true);
3048 runStrictParseTests("should also pass", nf, fail, true);
3050 runStrictParseTests("should still pass", nf, pass, true);
3051 runStrictParseTests("should fail", nf, fail, false);
3054 void runStrictParseTests(String msg, DecimalFormat nf, String[] tests, boolean pass) { method in class:NumberFormatTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberFormatTest.java3046 runStrictParseTests("should pass", nf, pass, true);
3047 runStrictParseTests("should also pass", nf, fail, true);
3049 runStrictParseTests("should still pass", nf, pass, true);
3050 runStrictParseTests("should fail", nf, fail, false);
3053 void runStrictParseTests(String msg, DecimalFormat nf, String[] tests, boolean pass) { method in class:NumberFormatTest

Completed in 216 milliseconds