Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp374 assignArray(fNarrowEras, fNarrowErasCount, other.fNarrowEras, other.fNarrowErasCount); in copyData()
545 fNarrowErasCount == other.fNarrowErasCount && in operator ==()
580 arrayCompare(fNarrowEras, other.fNarrowEras, fNarrowErasCount) && in operator ==()
655 count = fNarrowErasCount; in getNarrowEras()
948 fNarrowErasCount = count; in setNarrowEras()
2034 fNarrowErasCount = 0; in initializeData()
2302 …initField(&fNarrowEras, fNarrowErasCount, calendarSink, buildResourcePath(path, gErasTag, gNamesNa… in initializeData()
2305 assignArray(fNarrowEras, fNarrowErasCount, fEras, fErasCount); in initializeData()
2458 …initField(&fNarrowEras, fNarrowErasCount, (const UChar *)gLastResortEras, kEraNum, kEraLen, status… in initializeData()
Dsmpdtfmt.cpp1451 _appendSymbol(appendTo, value, fSymbols->fNarrowEras, fSymbols->fNarrowErasCount); in subFormat()
3065 …= matchString(text, start, UCAL_ERA, fSymbols->fNarrowEras, fSymbols->fNarrowErasCount, NULL, cal); in subParse()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h661 int32_t fNarrowErasCount; variable