Lines Matching refs:fNarrowMonths
378 assignArray(fNarrowMonths, fNarrowMonthsCount, other.fNarrowMonths, other.fNarrowMonthsCount); in copyData()
471 delete[] fNarrowMonths; in dispose()
584 arrayCompare(fNarrowMonths, other.fNarrowMonths, fNarrowMonthsCount) && in operator ==()
693 returnValue = fNarrowMonths; in getMonths()
1005 if (fNarrowMonths) in setMonths()
1006 delete[] fNarrowMonths; in setMonths()
1007 fNarrowMonths = newUnicodeStringArray(count); in setMonths()
1008 uprv_arrayCopy( monthsArray,fNarrowMonths,count); in setMonths()
2036 fNarrowMonths = NULL; in initializeData()
2325 initField(&fNarrowMonths, fNarrowMonthsCount, calendarSink, in initializeData()
2331 …assignArray(fNarrowMonths, fNarrowMonthsCount, fStandaloneNarrowMonths, fStandaloneNarrowMonthsCou… in initializeData()
2334 …assignArray(fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount, fNarrowMonths, fNarrowMonthsCou… in initializeData()
2337 assignArray(fNarrowMonths, fNarrowMonthsCount, fShortMonths, fShortMonthsCount); in initializeData()
2468 …initField(&fNarrowMonths, fNarrowMonthsCount, (const UChar *)gLastResortMonthNames, kMonthNum, kMo… in initializeData()