Searched refs:aliasCalendarType (Results 1 – 3 of 3) sorted by relevance
1915 … String aliasCalendarType = aliasPath.substring(CALENDAR_ALIAS_PREFIX.length(), typeLimit); in processAliasFromValue() local1918 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()
1873 … String aliasCalendarType = aliasPath.substring(CALENDAR_ALIAS_PREFIX.length(), typeLimit); in processAliasFromValue() local1876 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()
1812 const UnicodeString aliasCalendarType = in processAliasFromValue() local1816 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()