HomeSort by relevance Sort by last modified time
    Searched defs:nextCalendarType (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/i18n/
dtitvinf.cpp 234 UnicodeString nextCalendarType;
237 : dateIntervalInfo(diInfo), nextCalendarType(currentCalendarType, -1, US_INV) { }
257 nextCalendarType.remove();
258 getCalendarTypeFromPath(aliasPath, nextCalendarType, errorCode);
369 return nextCalendarType;
373 nextCalendarType.setToBogus();
dtfmtsym.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateIntervalInfo.java 428 String nextCalendarType;
447 nextCalendarType = getCalendarTypeFromPath(value.getAliasString());
491 String tmpCalendarType = nextCalendarType;
492 nextCalendarType = null;
    [all...]
DateFormatSymbols.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateIntervalInfo.java 437 String nextCalendarType;
456 nextCalendarType = getCalendarTypeFromPath(value.getAliasString());
500 String tmpCalendarType = nextCalendarType;
501 nextCalendarType = null;
    [all...]
DateFormatSymbols.java     [all...]

Completed in 108 milliseconds