Home | History | Annotate | Download | only in i18n

Lines Matching refs:calendarType

1535     void preEnumerate(const UnicodeString &calendarType) {
1536 currentCalendarType = calendarType;
2116 UnicodeString calendarType((type != NULL && *type != '\0')? type : gGregorianTag, -1, US_INV);
2117 while (!calendarType.isBogus()) {
2119 calendarTypeBuffer.appendInvariantChars(calendarType, status);
2129 calendarType.setTo(FALSE, kGregorianTagUChar, UPRV_LENGTHOF(kGregorianTagUChar));
2137 calendarSink.preEnumerate(calendarType);
2148 calendarType = calendarSink.nextCalendarType;
2151 if (calendarType.isBogus()) {
2152 calendarType