Home | History | Annotate | Download | only in i18n

Lines Matching refs:fStandaloneNarrowMonths

305     assignArray(fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount, other.fStandaloneNarrowMonths, other.fStandaloneNarrowMonthsCount);
378 if (fStandaloneNarrowMonths) delete[] fStandaloneNarrowMonths;
475 arrayCompare(fStandaloneNarrowMonths, other.fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount) &&
588 returnValue = fStandaloneNarrowMonths;
857 if (fStandaloneNarrowMonths)
858 delete[] fStandaloneNarrowMonths;
859 fStandaloneNarrowMonths = newUnicodeStringArray(count);
860 uprv_arrayCopy( monthsArray,fStandaloneNarrowMonths,count);
1350 fStandaloneNarrowMonths = NULL;
1519 initField(&fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount, (const UChar *)gLastResortMonthNames, kMonthNum, kMonthLen, status);
1571 initField(&fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount, calData.getByKey3(gMonthNamesTag, gNamesStandaloneTag, gNamesNarrowTag, status), status);
1574 initField(&fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount, calData.getByKey2(gMonthNamesTag, gNamesNarrowTag, status), status);
1577 initField(&fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount, calData.getByKey2(gMonthNamesTag, gNamesAbbrTag, status), status);