Lines Matching refs:fNarrowMonths
371 assignArray(fNarrowMonths, fNarrowMonthsCount, other.fNarrowMonths, other.fNarrowMonthsCount); in copyData()
452 if (fNarrowMonths) delete[] fNarrowMonths; in dispose()
553 arrayCompare(fNarrowMonths, other.fNarrowMonths, fNarrowMonthsCount) && in operator ==()
653 returnValue = fNarrowMonths; in getMonths()
965 if (fNarrowMonths) in setMonths()
966 delete[] fNarrowMonths; in setMonths()
967 fNarrowMonths = newUnicodeStringArray(count); in setMonths()
968 uprv_arrayCopy( monthsArray,fNarrowMonths,count); in setMonths()
1495 fNarrowMonths = NULL; in initializeData()
1725 …initField(&fNarrowMonths, fNarrowMonthsCount, (const UChar *)gLastResortMonthNames, kMonthNum, kMo… in initializeData()
1761 …initField(&fNarrowMonths, fNarrowMonthsCount, calData.getByKey2(gMonthNamesTag, gNamesNarrowTag, s… in initializeData()
1764 …initField(&fNarrowMonths, fNarrowMonthsCount, calData.getByKey3(gMonthNamesTag, gNamesStandaloneTa… in initializeData()
1768 …initField(&fNarrowMonths, fNarrowMonthsCount, calData.getByKey2(gMonthNamesTag, gNamesAbbrTag, sta… in initializeData()