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