Lines Matching refs:fNarrowMonths
300 assignArray(fNarrowMonths, fNarrowMonthsCount, other.fNarrowMonths, other.fNarrowMonthsCount); in copyData()
371 if (fNarrowMonths) delete[] fNarrowMonths; in dispose()
464 arrayCompare(fNarrowMonths, other.fNarrowMonths, fNarrowMonthsCount) && in operator ==()
558 returnValue = fNarrowMonths; in getMonths()
808 if (fNarrowMonths) in setMonths()
809 delete[] fNarrowMonths; in setMonths()
810 fNarrowMonths = newUnicodeStringArray(count); in setMonths()
811 uprv_arrayCopy( monthsArray,fNarrowMonths,count); in setMonths()
1308 fNarrowMonths = NULL; in initializeData()
1474 …initField(&fNarrowMonths, fNarrowMonthsCount, (const UChar *)gLastResortMonthNames, kMonthNum, kMo… in initializeData()
1507 …initField(&fNarrowMonths, fNarrowMonthsCount, calData.getByKey2(gMonthNamesTag, gNamesNarrowTag, s… in initializeData()
1510 …initField(&fNarrowMonths, fNarrowMonthsCount, calData.getByKey3(gMonthNamesTag, gNamesStandaloneTa… in initializeData()
1514 …initField(&fNarrowMonths, fNarrowMonthsCount, calData.getByKey2(gMonthNamesTag, gNamesAbbrTag, sta… in initializeData()