Searched refs:fEras (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 297 assignArray(fEras, fErasCount, other.fEras, other.fErasCount); in copyData() 370 if (fEras) delete[] fEras; in dispose() 467 if (arrayCompare(fEras, other.fEras, fErasCount) && in operator ==() 519 return fEras; in getEras() 739 if (fEras) in setEras() 740 delete[] fEras; in setEras() 744 fEras = newUnicodeStringArray(count); in setEras() 745 uprv_arrayCopy(erasArray,fEras, count); in setEras() 1344 fEras = NULL; in initializeData() 1521 initField(&fEras, fErasCount, (const UChar *)gLastResortEras, kEraNum, kEraLen, status); in initializeData() [all …]
|
D | udat.cpp | 710 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode); in setEra()
|
D | smpdtfmt.cpp | 1276 _appendSymbol(appendTo, value, fSymbols->fEras, fSymbols->fErasCount); in subFormat() 2612 … ps = matchString(text, start, UCAL_ERA, fSymbols->fEras, fSymbols->fErasCount, NULL, cal); in subParse()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | dtfmtsym.cpp | 297 assignArray(fEras, fErasCount, other.fEras, other.fErasCount); in copyData() 370 if (fEras) delete[] fEras; in dispose() 467 if (arrayCompare(fEras, other.fEras, fErasCount) && in operator ==() 519 return fEras; in getEras() 739 if (fEras) in setEras() 740 delete[] fEras; in setEras() 744 fEras = newUnicodeStringArray(count); in setEras() 745 uprv_arrayCopy(erasArray,fEras, count); in setEras() 1334 fEras = NULL; in initializeData() 1511 initField(&fEras, fErasCount, (const UChar *)gLastResortEras, kEraNum, kEraLen, status); in initializeData() [all …]
|
D | udat.cpp | 707 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode); in setEra()
|
D | smpdtfmt.cpp | 1249 _appendSymbol(appendTo, value, fSymbols->fEras, fSymbols->fErasCount); in subFormat() 2585 … ps = matchString(text, start, UCAL_ERA, fSymbols->fEras, fSymbols->fErasCount, NULL, cal); in subParse()
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | dtfmtsym.h | 553 UnicodeString* fEras; variable
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 555 UnicodeString* fEras; variable
|