Home
last modified time | relevance | path

Searched refs:aliasCalendarType (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormatSymbols.java1770 … String aliasCalendarType = aliasPath.substring(CALENDAR_ALIAS_PREFIX.length(), typeLimit); in processAliasFromValue() local
1773 if (currentCalendarType.equals(aliasCalendarType) in processAliasFromValue()
1778 } else if (!currentCalendarType.equals(aliasCalendarType) in processAliasFromValue()
1781 if (aliasCalendarType.equals("gregorian")) { in processAliasFromValue()
1783 … } else if (nextCalendarType == null || nextCalendarType.equals(aliasCalendarType)) { in processAliasFromValue()
1784 nextCalendarType = aliasCalendarType; in processAliasFromValue()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java1812 … String aliasCalendarType = aliasPath.substring(CALENDAR_ALIAS_PREFIX.length(), typeLimit); in processAliasFromValue() local
1815 if (currentCalendarType.equals(aliasCalendarType) in processAliasFromValue()
1820 } else if (!currentCalendarType.equals(aliasCalendarType) in processAliasFromValue()
1823 if (aliasCalendarType.equals("gregorian")) { in processAliasFromValue()
1825 … } else if (nextCalendarType == null || nextCalendarType.equals(aliasCalendarType)) { in processAliasFromValue()
1826 nextCalendarType = aliasCalendarType; in processAliasFromValue()
/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp1809 const UnicodeString aliasCalendarType = in processAliasFromValue() local
1813 if (currentCalendarType == aliasCalendarType in processAliasFromValue()
1818 } else if (currentCalendarType != aliasCalendarType in processAliasFromValue()
1821 … if (aliasCalendarType.compare(kGregorianTagUChar, UPRV_LENGTHOF(kGregorianTagUChar)) == 0) { in processAliasFromValue()
1824 nextCalendarType = aliasCalendarType; in processAliasFromValue()
1826 } else if (nextCalendarType == aliasCalendarType) { in processAliasFromValue()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...