Lines Matching refs:fStandaloneMonths
301 …assignArray(fStandaloneMonths, fStandaloneMonthsCount, other.fStandaloneMonths, other.fStandaloneM… in copyData()
372 if (fStandaloneMonths) delete[] fStandaloneMonths; in dispose()
465 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) && in operator ==()
568 returnValue = fStandaloneMonths; in getMonths()
821 if (fStandaloneMonths) in setMonths()
822 delete[] fStandaloneMonths; in setMonths()
823 fStandaloneMonths = newUnicodeStringArray(count); in setMonths()
824 uprv_arrayCopy( monthsArray,fStandaloneMonths,count); in setMonths()
1310 fStandaloneMonths = NULL; in initializeData()
1475 …initField(&fStandaloneMonths, fStandaloneMonthsCount, (const UChar *)gLastResortMonthNames, kMonth… in initializeData()
1517 …initField(&fStandaloneMonths, fStandaloneMonthsCount, calData.getByKey3(gMonthNamesTag, gNamesStan… in initializeData()
1520 …initField(&fStandaloneMonths, fStandaloneMonthsCount, calData.getByKey2(gMonthNamesTag, gNamesWide… in initializeData()