Searched refs:aliasCalendarType (Results 1 – 4 of 4) sorted by relevance
1770 … String aliasCalendarType = aliasPath.substring(CALENDAR_ALIAS_PREFIX.length(), typeLimit); in processAliasFromValue() local1773 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()
1812 … String aliasCalendarType = aliasPath.substring(CALENDAR_ALIAS_PREFIX.length(), typeLimit); in processAliasFromValue() local1815 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()
1809 const UnicodeString aliasCalendarType = in processAliasFromValue() local1813 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()
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...