Lines Matching refs:fStandaloneNarrowMonths
320 assignArray(fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount, other.fStandaloneNarrowMonths, other.fStandaloneNarrowMonthsCount);
382 if (fStandaloneNarrowMonths) delete[] fStandaloneNarrowMonths;
483 arrayCompare(fStandaloneNarrowMonths, other.fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount) &&
591 returnValue = fStandaloneNarrowMonths;
843 if (fStandaloneNarrowMonths)
844 delete[] fStandaloneNarrowMonths;
845 fStandaloneNarrowMonths = newUnicodeStringArray(count);
846 uprv_arrayCopy( monthsArray,fStandaloneNarrowMonths,count);
1208 fStandaloneNarrowMonths = NULL;
1308 initField(&fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount, (const UChar *)gLastResortMonthNames, kMonthNum, kMonthLen, status);
1360 initField(&fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount, calData.getByKey3(gMonthNamesTag, gNamesStandaloneTag, gNamesNarrowTag, status), status);
1363 initField(&fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount, calData.getByKey2(gMonthNamesTag, gNamesNarrowTag, status), status);
1366 initField(&fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount, calData.getByKey2(gMonthNamesTag, gNamesAbbrTag, status), status);