Searched refs:fEras (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 373 assignArray(fEras, fErasCount, other.fEras, other.fErasCount); in copyData() 466 delete[] fEras; in dispose() 579 if (arrayCompare(fEras, other.fEras, fErasCount) && in operator ==() 643 return fEras; in getEras() 914 if (fEras) in setEras() 915 delete[] fEras; in setEras() 919 fEras = newUnicodeStringArray(count); in setEras() 920 uprv_arrayCopy(erasArray,fEras, count); in setEras() 2026 fEras = NULL; in initializeData() 2290 …initField(&fEras, fErasCount, calendarSink, buildResourcePath(path, gErasTag, gNamesAbbrTag, statu… in initializeData() [all …]
|
D | udat.cpp | 924 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode); in setEra()
|
D | smpdtfmt.cpp | 1470 _appendSymbol(appendTo, value, fSymbols->fEras, fSymbols->fErasCount); in subFormat() 3085 … ps = matchString(text, start, UCAL_ERA, fSymbols->fEras, fSymbols->fErasCount, NULL, cal); in subParse()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 650 UnicodeString* fEras; variable
|