Lines Matching refs:fStandaloneMonths
301 …assignArray(fStandaloneMonths, fStandaloneMonthsCount, other.fStandaloneMonths, other.fStandaloneM… in copyData()
362 if (fStandaloneMonths) delete[] fStandaloneMonths; in dispose()
461 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) && in operator ==()
556 returnValue = fStandaloneMonths; in getMonths()
788 if (fStandaloneMonths) in setMonths()
789 delete[] fStandaloneMonths; in setMonths()
790 fStandaloneMonths = newUnicodeStringArray(count); in setMonths()
791 uprv_arrayCopy( monthsArray,fStandaloneMonths,count); in setMonths()
1162 fStandaloneMonths = NULL; in initializeData()
1256 …initField(&fStandaloneMonths, fStandaloneMonthsCount, (const UChar *)gLastResortMonthNames, kMonth… in initializeData()
1299 …initField(&fStandaloneMonths, fStandaloneMonthsCount, calData.getByKey3(gMonthNamesTag, gNamesStan… in initializeData()
1302 …initField(&fStandaloneMonths, fStandaloneMonthsCount, calData.getByKey2(gMonthNamesTag, gNamesWide… in initializeData()