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);
1360 fStandaloneNarrowMonths = NULL;
1529 initField(&fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount, (const UChar *)gLastResortMonthNames, kMonthNum, kMonthLen, status);
1581 initField(&fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount, calData.getByKey3(gMonthNamesTag, gNamesStandaloneTag, gNamesNarrowTag, status), status);
1584 initField(&fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount, calData.getByKey2(gMonthNamesTag, gNamesNarrowTag, status), status);
1587 initField(&fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount, calData.getByKey2(gMonthNamesTag, gNamesAbbrTag, status), status);