HomeSort by relevance Sort by last modified time
    Searched refs:calendarType (Results 1 - 8 of 8) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/text/
ChineseDateFormatSymbols.java 111 protected void initializeData(ULocale loc, ICUResourceBundle b, String calendarType) {
112 super.initializeData(loc, b, calendarType);
DateFormatSymbols.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ChineseDateFormatSymbols.java 109 protected void initializeData(ULocale loc, ICUResourceBundle b, String calendarType) {
110 super.initializeData(loc, b, calendarType);
DateFormatSymbols.java     [all...]
  /external/icu/icu4c/source/i18n/
dtitvinf.cpp 309 static void getCalendarTypeFromPath(const UnicodeString &path, UnicodeString &calendarType,
318 path.extractBetween(PATH_PREFIX_LENGTH, path.length() - PATH_SUFFIX_LENGTH, calendarType);
393 char calendarType[ULOC_KEYWORDS_CAPACITY]; // to be filled in with the type to use, if all goes well
400 int32_t calendarTypeLen = uloc_getKeywordValue(localeWithCalendarKey, "calendar", calendarType,
403 calendarTypeToUse = calendarType;
dtfmtsym.cpp     [all...]
dtptngen.cpp 776 char calendarType[ULOC_KEYWORDS_CAPACITY];
780 calendarType,
787 destination.clear().append(calendarType, -1, err);
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 187 milliseconds