Searched refs:getCurrentEraIndex (Results 1 – 9 of 9) sorted by relevance
185 if (compareEncodedDateWithYMD(startDates[getCurrentEraIndex()], year, month, day) <= 0) { in getEraIndex()186 low = getCurrentEraIndex(); in getEraIndex()210 public int getCurrentEraIndex() { in getCurrentEraIndex() method in EraRules
187 if (compareEncodedDateWithYMD(startDates[getCurrentEraIndex()], year, month, day) <= 0) { in getEraIndex()188 low = getCurrentEraIndex(); in getEraIndex()212 public int getCurrentEraIndex() { in getCurrentEraIndex() method in EraRules
83 inline int32_t getCurrentEraIndex() const { in getCurrentEraIndex() function
275 if (compareEncodedDateWithYMD(startDates[getCurrentEraIndex()], year, month, day) <= 0) { in getEraIndex()276 low = getCurrentEraIndex(); in getEraIndex()
101 gCurrentEra = gJapaneseEraRules->getCurrentEraIndex(); in initializeEras()
52 int currentIdx = rules1.getCurrentEraIndex(); in testAPIs()
49 int currentIdx = rules1.getCurrentEraIndex(); in testAPIs()
82 int32_t currentIdx = rules1->getCurrentEraIndex(); in testAPIs()