Searched refs:fNarrowErasCount (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/i18n/ |
D | dtfmtsym.cpp | 297 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()
|
D | smpdtfmt.cpp | 1224 _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/ |
D | dtfmtsym.h | 557 int32_t fNarrowErasCount; variable
|