Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddtfmtsym.cpp297 assignArray(fNarrowEras, fNarrowErasCount, other.fNarrowEras, other.fNarrowErasCount); in copyData()
436 fNarrowErasCount == other.fNarrowErasCount && in operator ==()
461 arrayCompare(fNarrowEras, other.fNarrowEras, fNarrowErasCount) && in operator ==()
522 count = fNarrowErasCount; in getNarrowEras()
752 fNarrowErasCount = count; in setNarrowEras()
1303 fNarrowErasCount = 0; in initializeData()
1471 …initField(&fNarrowEras, fNarrowErasCount, (const UChar *)gLastResortEras, kEraNum, kEraLen, status… in initializeData()
1502 initField(&fNarrowEras, fNarrowErasCount, narrowEras, status); in initializeData()
Dsmpdtfmt.cpp1224 _appendSymbol(appendTo, value, fSymbols->fNarrowEras, fSymbols->fNarrowErasCount); in subFormat()
2516 …= matchString(text, start, UCAL_ERA, fSymbols->fNarrowEras, fSymbols->fNarrowErasCount, NULL, cal); in subParse()
/external/icu4c/i18n/unicode/
Ddtfmtsym.h557 int32_t fNarrowErasCount; variable