Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp372 assignArray(fEras, fErasCount, other.fEras, other.fErasCount); in copyData()
465 delete[] fEras; in dispose()
578 if (arrayCompare(fEras, other.fEras, fErasCount) && in operator ==()
642 return fEras; in getEras()
913 if (fEras) in setEras()
914 delete[] fEras; in setEras()
918 fEras = newUnicodeStringArray(count); in setEras()
919 uprv_arrayCopy(erasArray,fEras, count); in setEras()
2029 fEras = NULL; in initializeData()
2293 …initField(&fEras, fErasCount, calendarSink, buildResourcePath(path, gErasTag, gNamesAbbrTag, statu… in initializeData()
[all …]
Dudat.cpp920 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode); in setEra()
Dsmpdtfmt.cpp1457 _appendSymbol(appendTo, value, fSymbols->fEras, fSymbols->fErasCount); in subFormat()
3069 … ps = matchString(text, start, UCAL_ERA, fSymbols->fEras, fSymbols->fErasCount, NULL, cal); in subParse()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h648 UnicodeString* fEras; variable