Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateFormatSymbols.java1915 … String aliasCalendarType = aliasPath.substring(CALENDAR_ALIAS_PREFIX.length(), typeLimit); in processAliasFromValue() local
1918 if (currentCalendarType.equals(aliasCalendarType) in processAliasFromValue()
1923 } else if (!currentCalendarType.equals(aliasCalendarType) in processAliasFromValue()
1926 if (aliasCalendarType.equals("gregorian")) { in processAliasFromValue()
1928 … } else if (nextCalendarType == null || nextCalendarType.equals(aliasCalendarType)) { in processAliasFromValue()
1929 nextCalendarType = aliasCalendarType; in processAliasFromValue()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DDateFormatSymbols.java1873 … String aliasCalendarType = aliasPath.substring(CALENDAR_ALIAS_PREFIX.length(), typeLimit); in processAliasFromValue() local
1876 if (currentCalendarType.equals(aliasCalendarType) in processAliasFromValue()
1881 } else if (!currentCalendarType.equals(aliasCalendarType) in processAliasFromValue()
1884 if (aliasCalendarType.equals("gregorian")) { in processAliasFromValue()
1886 … } else if (nextCalendarType == null || nextCalendarType.equals(aliasCalendarType)) { in processAliasFromValue()
1887 nextCalendarType = aliasCalendarType; in processAliasFromValue()
/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp1812 const UnicodeString aliasCalendarType = in processAliasFromValue() local
1816 if (currentCalendarType == aliasCalendarType in processAliasFromValue()
1821 } else if (currentCalendarType != aliasCalendarType in processAliasFromValue()
1824 … if (aliasCalendarType.compare(kGregorianTagUChar, UPRV_LENGTHOF(kGregorianTagUChar)) == 0) { in processAliasFromValue()
1827 nextCalendarType = aliasCalendarType; in processAliasFromValue()
1829 } else if (nextCalendarType == aliasCalendarType) { in processAliasFromValue()