Home | History | Annotate | Download | only in i18n

Lines Matching refs:fStandaloneShortMonths

304     assignArray(fStandaloneShortMonths, fStandaloneShortMonthsCount, other.fStandaloneShortMonths, other.fStandaloneShortMonthsCount);
377 if (fStandaloneShortMonths) delete[] fStandaloneShortMonths;
474 arrayCompare(fStandaloneShortMonths, other.fStandaloneShortMonths, fStandaloneShortMonthsCount) &&
584 returnValue = fStandaloneShortMonths;
850 if (fStandaloneShortMonths)
851 delete[] fStandaloneShortMonths;
852 fStandaloneShortMonths = newUnicodeStringArray(count);
853 uprv_arrayCopy( monthsArray,fStandaloneShortMonths,count);
1348 fStandaloneShortMonths = NULL;
1518 initField(&fStandaloneShortMonths, fStandaloneShortMonthsCount, (const UChar *)gLastResortMonthNames, kMonthNum, kMonthLen, status);
1566 initField(&fStandaloneShortMonths, fStandaloneShortMonthsCount, calData.getByKey3(gMonthNamesTag, gNamesStandaloneTag, gNamesAbbrTag, status), status);
1569 initField(&fStandaloneShortMonths, fStandaloneShortMonthsCount, calData.getByKey2(gMonthNamesTag, gNamesAbbrTag, status), status);