Home
last modified time | relevance | path

Searched refs:getCurrentEraIndex (Results 1 – 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DEraRules.java186 if (compareEncodedDateWithYMD(startDates[getCurrentEraIndex()], year, month, day) <= 0) { in getEraIndex()
187 low = getCurrentEraIndex(); in getEraIndex()
210 public int getCurrentEraIndex() { in getCurrentEraIndex() method in EraRules
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DEraRules.java184 if (compareEncodedDateWithYMD(startDates[getCurrentEraIndex()], year, month, day) <= 0) { in getEraIndex()
185 low = getCurrentEraIndex(); in getEraIndex()
208 public int getCurrentEraIndex() { in getCurrentEraIndex() method in EraRules
/external/icu/icu4c/source/i18n/
Derarules.cpp272 if (compareEncodedDateWithYMD(startDates[getCurrentEraIndex()], year, month, day) <= 0) { in getEraIndex()
273 low = getCurrentEraIndex(); in getEraIndex()
Derarules.h78 inline int32_t getCurrentEraIndex() const { in getCurrentEraIndex() function
Djapancal.cpp94 gCurrentEra = gJapaneseEraRules->getCurrentEraIndex(); in initializeEras()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DEraRulesTest.java53 int currentIdx = rules1.getCurrentEraIndex(); in testAPIs()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DEraRulesTest.java50 int currentIdx = rules1.getCurrentEraIndex(); in testAPIs()
/external/icu/icu4c/source/test/intltest/
Derarulestest.cpp81 int32_t currentIdx = rules1->getCurrentEraIndex(); in testAPIs()