Home | History | Annotate | Download | only in i18n

Lines Matching refs:fShortMonthsCount

301     assignArray(fShortMonths, fShortMonthsCount, other.fShortMonths, other.fShortMonthsCount);
444 fShortMonthsCount == other.fShortMonthsCount &&
471 arrayCompare(fShortMonths, other.fShortMonths, fShortMonthsCount) &&
546 count = fShortMonthsCount;
564 count = fShortMonthsCount;
802 fShortMonthsCount = count;
827 fShortMonthsCount = count;
1353 fShortMonthsCount=0;
1525 initField(&fShortMonths, fShortMonthsCount, (const UChar *)gLastResortMonthNames, kMonthNum, kMonthLen, status);
1559 initField(&fShortMonths, fShortMonthsCount, calData.getByKey2(gMonthNamesTag, gNamesAbbrTag, status), status);