Home | History | Annotate | Download | only in i18n

Lines Matching refs:fStandaloneShortWeekdays

311     assignArray(fStandaloneShortWeekdays, fStandaloneShortWeekdaysCount, other.fStandaloneShortWeekdays, other.fStandaloneShortWeekdaysCount);
384 if (fStandaloneShortWeekdays) delete[] fStandaloneShortWeekdays;
481 arrayCompare(fStandaloneShortWeekdays, other.fStandaloneShortWeekdays, fStandaloneShortWeekdaysCount) &&
649 returnValue = fStandaloneShortWeekdays;
951 if (fStandaloneShortWeekdays)
952 delete[] fStandaloneShortWeekdays;
953 fStandaloneShortWeekdays = newUnicodeStringArray(count);
954 uprv_arrayCopy(weekdaysArray, fStandaloneShortWeekdays, count);
1362 fStandaloneShortWeekdays = NULL;
1525 initField(&fStandaloneShortWeekdays, fStandaloneShortWeekdaysCount, (const UChar *)gLastResortDayNames, kDayNum, kDayLen, status);
1712 // Stand-alone abbreviated weekdays -> fStandaloneShortWeekdays
1719 fStandaloneShortWeekdays = new UnicodeString[fStandaloneShortWeekdaysCount+1];
1721 if (fStandaloneShortWeekdays == 0) {
1725 // leave fStandaloneShortWeekdays[0] empty
1729 fStandaloneShortWeekdays[i+1].setTo(TRUE, resStr, len);