Searched refs:fEras (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/i18n/ |
D | dtfmtsym.cpp | 295 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 …]
|
D | udat.cpp | 691 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode); in setEra()
|
D | smpdtfmt.cpp | 1230 _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/ |
D | dtfmtsym.h | 544 UnicodeString* fEras; variable
|