Home
last modified time | relevance | path

Searched refs:getEraIndex (Results 1 – 19 of 19) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Derarules.h68 int32_t getEraIndex(int32_t year, int32_t month, int32_t day, UErrorCode& status) const;
Djapancal.cpp205 …int32_t eraIdx = gJapaneseEraRules->getEraIndex(year, internalGet(UCAL_MONTH) + 1, internalGet(UCA… in handleComputeFields()
Derarules.cpp258 int32_t EraRules::getEraIndex(int32_t year, int32_t month, int32_t day, UErrorCode& status) const { in getEraIndex() function in EraRules
/third_party/icu/icu4c/source/i18n/
Derarules.h74 int32_t getEraIndex(int32_t year, int32_t month, int32_t day, UErrorCode& status) const;
Djapancal.cpp222 …int32_t eraIdx = gJapaneseEraRules->getEraIndex(year, internalGet(UCAL_MONTH) + 1, internalGet(UCA… in handleComputeFields()
Derarules.cpp261 int32_t EraRules::getEraIndex(int32_t year, int32_t month, int32_t day, UErrorCode& status) const { in getEraIndex() function in EraRules
/third_party/skia/third_party/externals/icu/source/i18n/
Derarules.h74 int32_t getEraIndex(int32_t year, int32_t month, int32_t day, UErrorCode& status) const;
Djapancal.cpp222 …int32_t eraIdx = gJapaneseEraRules->getEraIndex(year, internalGet(UCAL_MONTH) + 1, internalGet(UCA… in handleComputeFields()
Derarules.cpp261 int32_t EraRules::getEraIndex(int32_t year, int32_t month, int32_t day, UErrorCode& status) const { in getEraIndex() function in EraRules
/third_party/node/deps/icu-small/source/i18n/
Derarules.h74 int32_t getEraIndex(int32_t year, int32_t month, int32_t day, UErrorCode& status) const;
Djapancal.cpp222 …int32_t eraIdx = gJapaneseEraRules->getEraIndex(year, internalGet(UCAL_MONTH) + 1, internalGet(UCA… in handleComputeFields()
Derarules.cpp261 int32_t EraRules::getEraIndex(int32_t year, int32_t month, int32_t day, UErrorCode& status) const { in getEraIndex() function in EraRules
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DEraRulesTest.java54 … int idx = rules1.getEraIndex(currentYear, cal.get(Calendar.MONTH) + 1, cal.get(Calendar.DATE)); in testAPIs()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DEraRulesTest.java51 … int idx = rules1.getEraIndex(currentYear, cal.get(Calendar.MONTH) + 1, cal.get(Calendar.DATE)); in testAPIs()
/third_party/icu/icu4c/source/test/intltest/
Derarulestest.cpp84 int32_t idx = rules1->getEraIndex( in testAPIs()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DJapaneseCalendar.java347 …int eraIdx = ERA_RULES.getEraIndex(year, internalGet(MONTH) + 1 /* 1-base */, internalGet(DAY_OF_M… in handleComputeFields()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DJapaneseCalendar.java335 …int eraIdx = ERA_RULES.getEraIndex(year, internalGet(MONTH) + 1 /* 1-base */, internalGet(DAY_OF_M… in handleComputeFields()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DEraRules.java176 public int getEraIndex(int year, int month, int day) { in getEraIndex() method in EraRules
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DEraRules.java178 public int getEraIndex(int year, int month, int day) { in getEraIndex() method in EraRules