Home | History | Annotate | Download | only in i18n

Lines Matching refs:fNarrowEras

299     assignArray(fNarrowEras, fNarrowErasCount, other.fNarrowEras, other.fNarrowErasCount);
372 if (fNarrowEras) delete[] fNarrowEras;
469 arrayCompare(fNarrowEras, other.fNarrowEras, fNarrowErasCount) &&
533 return fNarrowEras;
767 if (fNarrowEras)
768 delete[] fNarrowEras;
772 fNarrowEras = newUnicodeStringArray(count);
773 uprv_arrayCopy(narrowErasArray,fNarrowEras, count);
1338 fNarrowEras = NULL;
1513 initField(&fNarrowEras, fNarrowErasCount, (const UChar *)gLastResortEras, kEraNum, kEraLen, status);
1546 initField(&fNarrowEras, fNarrowErasCount, narrowEras, status);