Searched refs:fNarrowErasCount (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/i18n/ |
D | dtfmtsym.cpp | 316 assignArray(fNarrowEras, fNarrowErasCount, other.fNarrowEras, other.fNarrowErasCount); in copyData() 443 fNarrowErasCount == other.fNarrowErasCount && in operator ==() 468 arrayCompare(fNarrowEras, other.fNarrowEras, fNarrowErasCount) && in operator ==() 528 count = fNarrowErasCount; in getNarrowEras() 751 fNarrowErasCount = count; in setNarrowEras() 1224 fNarrowErasCount = 0; in initializeData() 1325 …initField(&fNarrowEras, fNarrowErasCount, (const UChar *)gLastResortEras, kEraNum, kEraLen, status… in initializeData() 1359 initField(&fNarrowEras, fNarrowErasCount, narrowEras, status); in initializeData()
|
D | smpdtfmt.cpp | 1553 _appendSymbol(appendTo, value, fSymbols->fNarrowEras, fSymbols->fNarrowErasCount); in subFormat() 2667 … ps = matchString(text, start, UCAL_ERA, fSymbols->fNarrowEras, fSymbols->fNarrowErasCount, cal); in subParse()
|
/external/icu4c/i18n/unicode/ |
D | dtfmtsym.h | 490 int32_t fNarrowErasCount; variable
|