Searched refs:fErasCount (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ddtfmtsym.cpp312 assignArray(fEras, fErasCount, other.fEras, other.fErasCount);
451 if (fErasCount == other.fErasCount &&
475 if (arrayCompare(fEras, other.fEras, fErasCount) &&
523 count = fErasCount;
732 fErasCount = count;
1193 fErasCount = 0;
1300 initField(&fEras, fErasCount, (const UChar *)gLastResortEras, kEraNum, kEraLen, status);
1333 initField(&fEras, fErasCount, era
[all...]
H A Dudat.cpp642 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
H A Dsmpdtfmt.cpp1483 _appendSymbol(appendTo, value, fSymbols->fEras, fSymbols->fErasCount);
2470 ps = matchString(text, start, UCAL_ERA, fSymbols->fEras, fSymbols->fErasCount, cal);
/external/icu4c/i18n/
H A Ddtfmtsym.cpp297 assignArray(fEras, fErasCount, other.fEras, other.fErasCount);
440 if (fErasCount == other.fErasCount &&
467 if (arrayCompare(fEras, other.fEras, fErasCount) &&
518 count = fErasCount;
746 fErasCount = count;
1335 fErasCount = 0;
1511 initField(&fEras, fErasCount, (const UChar *)gLastResortEras, kEraNum, kEraLen, status);
1544 initField(&fEras, fErasCount, era
[all...]
H A Dudat.cpp707 setSymbol(syms->fEras, syms->fErasCount, index, value, valueLength, errorCode);
H A Dsmpdtfmt.cpp1238 _appendSymbol(appendTo, value, fSymbols->fEras, fSymbols->fErasCount);
2591 ps = matchString(text, start, UCAL_ERA, fSymbols->fEras, fSymbols->fErasCount, NULL, cal);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddtfmtsym.h476 int32_t fErasCount; member in class:DateFormatSymbols
/external/icu4c/i18n/unicode/
H A Ddtfmtsym.h556 int32_t fErasCount; member in class:DateFormatSymbols

Completed in 137 milliseconds