Lines Matching refs:fNarrowMonths
317 assignArray(fNarrowMonths, fNarrowMonthsCount, other.fNarrowMonths, other.fNarrowMonthsCount);
379 if (fNarrowMonths) delete[] fNarrowMonths;
480 arrayCompare(fNarrowMonths, other.fNarrowMonths, fNarrowMonthsCount) &&
573 returnValue = fNarrowMonths;
816 if (fNarrowMonths)
817 delete[] fNarrowMonths;
818 fNarrowMonths = newUnicodeStringArray(count);
819 uprv_arrayCopy( monthsArray,fNarrowMonths,count);
1202 fNarrowMonths = NULL;
1305 initField(&fNarrowMonths, fNarrowMonthsCount, (const UChar *)gLastResortMonthNames, kMonthNum, kMonthLen, status);
1340 initField(&fNarrowMonths, fNarrowMonthsCount, calData.getByKey2(gMonthNamesTag, gNamesNarrowTag, status), status);
1343 initField(&fNarrowMonths, fNarrowMonthsCount, calData.getByKey3(gMonthNamesTag, gNamesStandaloneTag, gNamesNarrowTag, status), status);
1347 initField(&fNarrowMonths, fNarrowMonthsCount, calData.getByKey2(gMonthNamesTag, gNamesAbbrTag, status), status);