Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DEraRulesTest.java38 int numEras1 = rules1.getNumberOfEras(); in testAPIs() local
39 if (numEras1 <= 0) { in testAPIs()
40 errln("Number of era rules for " + calId + " is " + numEras1); in testAPIs()
43 if (numEras2 < numEras1) { in testAPIs()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DEraRulesTest.java41 int numEras1 = rules1.getNumberOfEras(); in testAPIs() local
42 if (numEras1 <= 0) { in testAPIs()
43 errln("Number of era rules for " + calId + " is " + numEras1); in testAPIs()
46 if (numEras2 < numEras1) { in testAPIs()
/external/icu/icu4c/source/test/intltest/
Derarulestest.cpp66 int32_t numEras1 = rules1->getNumberOfEras(); in testAPIs() local
67 if (numEras1 <= 0) { in testAPIs()
68 errln(UnicodeString("Number of era rules for ") + calId + " is " + numEras1); in testAPIs()
72 if (numEras2 < numEras1) { in testAPIs()