Searched refs:getCurrentEraIndex (Results 1 – 8 of 8) sorted by relevance
186 if (compareEncodedDateWithYMD(startDates[getCurrentEraIndex()], year, month, day) <= 0) { in getEraIndex()187 low = getCurrentEraIndex(); in getEraIndex()210 public int getCurrentEraIndex() { in getCurrentEraIndex() method in EraRules
184 if (compareEncodedDateWithYMD(startDates[getCurrentEraIndex()], year, month, day) <= 0) { in getEraIndex()185 low = getCurrentEraIndex(); in getEraIndex()208 public int getCurrentEraIndex() { in getCurrentEraIndex() method in EraRules
272 if (compareEncodedDateWithYMD(startDates[getCurrentEraIndex()], year, month, day) <= 0) { in getEraIndex()273 low = getCurrentEraIndex(); in getEraIndex()
78 inline int32_t getCurrentEraIndex() const { in getCurrentEraIndex() function
94 gCurrentEra = gJapaneseEraRules->getCurrentEraIndex(); in initializeEras()
53 int currentIdx = rules1.getCurrentEraIndex(); in testAPIs()
50 int currentIdx = rules1.getCurrentEraIndex(); in testAPIs()
81 int32_t currentIdx = rules1->getCurrentEraIndex(); in testAPIs()