Home | History | Annotate | Download | only in i18n

Lines Matching refs:fStandaloneShortMonths

321     assignArray(fStandaloneShortMonths, fStandaloneShortMonthsCount, other.fStandaloneShortMonths, other.fStandaloneShortMonthsCount);
381 if (fStandaloneShortMonths) delete[] fStandaloneShortMonths;
473 arrayCompare(fStandaloneShortMonths, other.fStandaloneShortMonths, fStandaloneShortMonthsCount) &&
578 returnValue = fStandaloneShortMonths;
827 if (fStandaloneShortMonths)
828 delete[] fStandaloneShortMonths;
829 fStandaloneShortMonths = newUnicodeStringArray(count);
830 uprv_arrayCopy( monthsArray,fStandaloneShortMonths,count);
1233 fStandaloneShortMonths = NULL;
1330 initField(&fStandaloneShortMonths, fStandaloneShortMonthsCount, (const UChar *)gLastResortMonthNames, kMonthNum, kMonthLen, status);
1379 initField(&fStandaloneShortMonths, fStandaloneShortMonthsCount, calData.getByKey3(gMonthNamesTag, gNamesStandaloneTag, gNamesAbbrTag, status), status);
1382 initField(&fStandaloneShortMonths, fStandaloneShortMonthsCount, calData.getByKey2(gMonthNamesTag, gNamesAbbrTag, status), status);