Searched refs:fEras (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/i18n/ |
D | dtfmtsym.cpp | 314 assignArray(fEras, fErasCount, other.fEras, other.fErasCount); in copyData() 374 if (fEras) delete[] fEras; in dispose() 466 if (arrayCompare(fEras, other.fEras, fErasCount) && in operator ==() 515 return fEras; in getEras() 716 if (fEras) in setEras() 717 delete[] fEras; in setEras() 721 fEras = newUnicodeStringArray(count); in setEras() 722 uprv_arrayCopy(erasArray,fEras, count); in setEras() 1219 fEras = NULL; in initializeData() 1323 initField(&fEras, fErasCount, (const UChar *)gLastResortEras, kEraNum, kEraLen, status); in initializeData() [all …]
|
D | udat.cpp | 648 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode); in setEra()
|
D | smpdtfmt.cpp | 1557 _appendSymbol(appendTo, value, fSymbols->fEras, fSymbols->fErasCount); in subFormat() 2671 ps = matchString(text, start, UCAL_ERA, fSymbols->fEras, fSymbols->fErasCount, cal); in subParse()
|
/external/icu4c/i18n/unicode/ |
D | dtfmtsym.h | 477 UnicodeString* fEras; variable
|