Lines Matching refs:fShortMonths
318 assignArray(fShortMonths, fShortMonthsCount, other.fShortMonths, other.fShortMonthsCount);
378 if (fShortMonths) delete[] fShortMonths;
470 arrayCompare(fShortMonths, other.fShortMonths, fShortMonthsCount) &&
543 return fShortMonths;
560 returnValue = fShortMonths;
772 if (fShortMonths)
773 delete[] fShortMonths;
777 fShortMonths = newUnicodeStringArray(count);
778 uprv_arrayCopy(shortMonthsArray,fShortMonths, count);
800 if (fShortMonths)
801 delete[] fShortMonths;
802 fShortMonths = newUnicodeStringArray(count);
803 uprv_arrayCopy( monthsArray,fShortMonths,count);
1227 fShortMonths = NULL;
1327 initField(&fShortMonths, fShortMonthsCount, (const UChar *)gLastResortMonthNames, kMonthNum, kMonthLen, status);
1362 initField(&fShortMonths, fShortMonthsCount, calData.getByKey2(gMonthNamesTag, gNamesAbbrTag, status), status);