Lines Matching refs:fNarrowMonths
377 assignArray(fNarrowMonths, fNarrowMonthsCount, other.fNarrowMonths, other.fNarrowMonthsCount); in copyData()
470 delete[] fNarrowMonths; in dispose()
583 arrayCompare(fNarrowMonths, other.fNarrowMonths, fNarrowMonthsCount) && in operator ==()
692 returnValue = fNarrowMonths; in getMonths()
1004 if (fNarrowMonths) in setMonths()
1005 delete[] fNarrowMonths; in setMonths()
1006 fNarrowMonths = newUnicodeStringArray(count); in setMonths()
1007 uprv_arrayCopy( monthsArray,fNarrowMonths,count); in setMonths()
2039 fNarrowMonths = NULL; in initializeData()
2328 initField(&fNarrowMonths, fNarrowMonthsCount, calendarSink, in initializeData()
2334 …assignArray(fNarrowMonths, fNarrowMonthsCount, fStandaloneNarrowMonths, fStandaloneNarrowMonthsCou… in initializeData()
2337 …assignArray(fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount, fNarrowMonths, fNarrowMonthsCou… in initializeData()
2340 assignArray(fNarrowMonths, fNarrowMonthsCount, fShortMonths, fShortMonthsCount); in initializeData()
2461 …initField(&fNarrowMonths, fNarrowMonthsCount, (const UChar *)gLastResortMonthNames, kMonthNum, kMo… in initializeData()