Searched refs:numEras1 (Results 1 – 3 of 3) sorted by relevance
41 int numEras1 = rules1.getNumberOfEras(); in testAPIs() local42 if (numEras1 <= 0) { in testAPIs()43 errln("Number of era rules for " + calId + " is " + numEras1); in testAPIs()46 if (numEras2 < numEras1) { in testAPIs()
38 int numEras1 = rules1.getNumberOfEras(); in testAPIs() local39 if (numEras1 <= 0) { in testAPIs()40 errln("Number of era rules for " + calId + " is " + numEras1); in testAPIs()43 if (numEras2 < numEras1) { in testAPIs()
66 int32_t numEras1 = rules1->getNumberOfEras(); in testAPIs() local67 if (numEras1 <= 0) { in testAPIs()68 errln(UnicodeString("Number of era rules for ") + calId + " is " + numEras1); in testAPIs()72 if (numEras2 < numEras1) { in testAPIs()