Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DVTimeZone.java946 int anotherMonth = -1; in createRuleByRRULE()
974 if (anotherMonth == -1) { in createRuleByRRULE()
978 anotherMonth = fields[0]; in createRuleByRRULE()
979 earliestMonth = anotherMonth; in createRuleByRRULE()
984 anotherMonth = fields[0]; in createRuleByRRULE()
989 } else if (fields[0] != month && fields[0] != anotherMonth) { in createRuleByRRULE()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DVTimeZone.java915 int anotherMonth = -1; in createRuleByRRULE()
943 if (anotherMonth == -1) { in createRuleByRRULE()
947 anotherMonth = fields[0]; in createRuleByRRULE()
948 earliestMonth = anotherMonth; in createRuleByRRULE()
953 anotherMonth = fields[0]; in createRuleByRRULE()
958 } else if (fields[0] != month && fields[0] != anotherMonth) { in createRuleByRRULE()
/external/icu/icu4c/source/i18n/
Dvtzone.cpp614 int32_t anotherMonth = -1; in createRuleByRRULE() local
646 if (anotherMonth == -1) { in createRuleByRRULE()
650 anotherMonth = tmp_month; in createRuleByRRULE()
651 earliestMonth = anotherMonth; in createRuleByRRULE()
656 anotherMonth = tmp_month; in createRuleByRRULE()
661 } else if (tmp_month != month && tmp_month != anotherMonth) { in createRuleByRRULE()