Home
last modified time | relevance | path

Searched refs:fEras (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Ddtfmtsym.cpp295 assignArray(fEras, fErasCount, other.fEras, other.fErasCount); in copyData()
366 if (fEras) delete[] fEras; in dispose()
459 if (arrayCompare(fEras, other.fEras, fErasCount) && in operator ==()
509 return fEras; in getEras()
717 if (fEras) in setEras()
718 delete[] fEras; in setEras()
722 fEras = newUnicodeStringArray(count); in setEras()
723 uprv_arrayCopy(erasArray,fEras, count); in setEras()
1298 fEras = NULL; in initializeData()
1469 initField(&fEras, fErasCount, (const UChar *)gLastResortEras, kEraNum, kEraLen, status); in initializeData()
[all …]
Dudat.cpp691 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode); in setEra()
Dsmpdtfmt.cpp1230 _appendSymbol(appendTo, value, fSymbols->fEras, fSymbols->fErasCount); in subFormat()
2520 … ps = matchString(text, start, UCAL_ERA, fSymbols->fEras, fSymbols->fErasCount, NULL, cal); in subParse()
/external/icu4c/i18n/unicode/
Ddtfmtsym.h544 UnicodeString* fEras; variable