Home | History | Annotate | Download | only in i18n

Lines Matching refs:fStandaloneShortWeekdaysCount

327     assignArray(fStandaloneShortWeekdays, fStandaloneShortWeekdaysCount, other.fStandaloneShortWeekdays, other.fStandaloneShortWeekdaysCount);
454 fStandaloneShortWeekdaysCount == other.fStandaloneShortWeekdaysCount &&
479 arrayCompare(fStandaloneShortWeekdays, other.fStandaloneShortWeekdays, fStandaloneShortWeekdaysCount) &&
638 count = fStandaloneShortWeekdaysCount;
925 fStandaloneShortWeekdaysCount = count;
1246 fStandaloneShortWeekdaysCount=0;
1336 initField(&fStandaloneShortWeekdays, fStandaloneShortWeekdaysCount, (const UChar *)gLastResortDayNames, kDayNum, kDayLen, status);
1549 fStandaloneShortWeekdaysCount = ures_getSize(standaloneShortWeekdaysData);
1550 fStandaloneShortWeekdays = new UnicodeString[fStandaloneShortWeekdaysCount+1];
1557 for(i = 0; i<fStandaloneShortWeekdaysCount; i++) {
1562 fStandaloneShortWeekdaysCount++;