Home | History | Annotate | Download | only in i18n

Lines Matching refs:fStandaloneShortMonthsCount

361     assignArray(fStandaloneShortMonths, fStandaloneShortMonthsCount, other.fStandaloneShortMonths, other.fStandaloneShortMonthsCount);
514 fStandaloneShortMonthsCount == other.fStandaloneShortMonthsCount &&
543 arrayCompare(fStandaloneShortMonths, other.fStandaloneShortMonths, fStandaloneShortMonthsCount) &&
655 count = fStandaloneShortMonthsCount;
977 fStandaloneShortMonthsCount = count;
1488 fStandaloneShortMonthsCount=0;
1715 initField(&fStandaloneShortMonths, fStandaloneShortMonthsCount, (const UChar *)gLastResortMonthNames, kMonthNum, kMonthLen, status);
1764 initField(&fStandaloneShortMonths, fStandaloneShortMonthsCount, calData.getByKey3(gMonthNamesTag, gNamesStandaloneTag, gNamesAbbrTag, status), status);
1767 initField(&fStandaloneShortMonths, fStandaloneShortMonthsCount, calData.getByKey2(gMonthNamesTag, gNamesAbbrTag, status), status);