HomeSort by relevance Sort by last modified time
    Searched full:nexteradate (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/i18n/
japancal.cpp 516 int32_t nextEraDate = kEraInfo[era + 1].day;
519 if (nextEraMonth == 1 && nextEraDate == 1) {
  /external/icu/android_icu4j/src/main/java/android/icu/util/
JapaneseCalendar.java 641 int nextEraDate = ERAS[(era+1)*3 + 2];
644 if (nextEraMonth == 1 && nextEraDate == 1) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
JapaneseCalendar.java 662 int nextEraDate = ERAS[(era+1)*3 + 2];
665 if (nextEraMonth == 1 && nextEraDate == 1) {

Completed in 9491 milliseconds