Home
last modified time | relevance | path

Searched refs:fEras (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp297 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 …]
Dudat.cpp710 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode); in setEra()
Dsmpdtfmt.cpp1276 _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/
Ddtfmtsym.cpp297 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 …]
Dudat.cpp707 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode); in setEra()
Dsmpdtfmt.cpp1249 _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/
Ddtfmtsym.h553 UnicodeString* fEras; variable
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h555 UnicodeString* fEras; variable