Searched refs:currentIdx (Results 1 – 4 of 4) sorted by relevance
82 int32_t currentIdx = rules1->getCurrentEraIndex(); in testAPIs() local91 if (idx != currentIdx) { in testAPIs()92 …errln(UnicodeString("Current era index:") + currentIdx + " is different from era index of now:" + … in testAPIs()96 int32_t eraStartYear = rules1->getStartYear(currentIdx, status); in testAPIs()98 …errln(UnicodeString("Failed to get the start year of era index: ") + currentIdx + " in calendar: "… in testAPIs()
52 int currentIdx = rules1.getCurrentEraIndex(); in testAPIs() local55 if (idx != currentIdx) { in testAPIs()56 … errln("Current era index:" + currentIdx + " is different from era index of now:" + idx in testAPIs()60 int eraStartYear = rules1.getStartYear(currentIdx); in testAPIs()
49 int currentIdx = rules1.getCurrentEraIndex(); in testAPIs() local52 if (idx != currentIdx) { in testAPIs()53 … errln("Current era index:" + currentIdx + " is different from era index of now:" + idx in testAPIs()57 int eraStartYear = rules1.getStartYear(currentIdx); in testAPIs()
118 int currentIdx = index; in provision() local122 erredListener = listeners[currentIdx]; in provision()125 if (currentIdx == index) { in provision()