Home
last modified time | relevance | path

Searched refs:fNarrowErasCount (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp375 assignArray(fNarrowEras, fNarrowErasCount, other.fNarrowEras, other.fNarrowErasCount); in copyData()
546 fNarrowErasCount == other.fNarrowErasCount && in operator ==()
581 arrayCompare(fNarrowEras, other.fNarrowEras, fNarrowErasCount) && in operator ==()
656 count = fNarrowErasCount; in getNarrowEras()
949 fNarrowErasCount = count; in setNarrowEras()
2031 fNarrowErasCount = 0; in initializeData()
2299 …initField(&fNarrowEras, fNarrowErasCount, calendarSink, buildResourcePath(path, gErasTag, gNamesNa… in initializeData()
2302 assignArray(fNarrowEras, fNarrowErasCount, fEras, fErasCount); in initializeData()
2465 …initField(&fNarrowEras, fNarrowErasCount, (const UChar *)gLastResortEras, kEraNum, kEraLen, status… in initializeData()
Dsmpdtfmt.cpp1464 _appendSymbol(appendTo, value, fSymbols->fNarrowEras, fSymbols->fNarrowErasCount); in subFormat()
3081 …= matchString(text, start, UCAL_ERA, fSymbols->fNarrowEras, fSymbols->fNarrowErasCount, NULL, cal); in subParse()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h663 int32_t fNarrowErasCount; variable