Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DEraRules.java185 if (compareEncodedDateWithYMD(startDates[getCurrentEraIndex()], year, month, day) <= 0) { in getEraIndex()
186 low = getCurrentEraIndex(); in getEraIndex()
210 public int getCurrentEraIndex() { in getCurrentEraIndex() method in EraRules
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DEraRules.java187 if (compareEncodedDateWithYMD(startDates[getCurrentEraIndex()], year, month, day) <= 0) { in getEraIndex()
188 low = getCurrentEraIndex(); in getEraIndex()
212 public int getCurrentEraIndex() { in getCurrentEraIndex() method in EraRules
/external/icu/libicu/cts_headers/
Derarules.h83 inline int32_t getCurrentEraIndex() const { in getCurrentEraIndex() function
/external/icu/icu4c/source/i18n/
Derarules.h83 inline int32_t getCurrentEraIndex() const { in getCurrentEraIndex() function
Derarules.cpp275 if (compareEncodedDateWithYMD(startDates[getCurrentEraIndex()], year, month, day) <= 0) { in getEraIndex()
276 low = getCurrentEraIndex(); in getEraIndex()
Djapancal.cpp101 gCurrentEra = gJapaneseEraRules->getCurrentEraIndex(); in initializeEras()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DEraRulesTest.java52 int currentIdx = rules1.getCurrentEraIndex(); in testAPIs()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DEraRulesTest.java49 int currentIdx = rules1.getCurrentEraIndex(); in testAPIs()
/external/icu/icu4c/source/test/intltest/
Derarulestest.cpp82 int32_t currentIdx = rules1->getCurrentEraIndex(); in testAPIs()