Searched refs:fShortYearNamesCount (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/i18n/ |
D | dtfmtsym.cpp | 322 …assignArray(fShortYearNames, fShortYearNamesCount, other.fShortYearNames, other.fShortYearNamesCou… in copyData() 325 fShortYearNamesCount = 0; in copyData() 455 fShortYearNamesCount == other.fShortYearNamesCount && in operator ==() 480 arrayCompare(fShortYearNames, other.fShortYearNames, fShortYearNamesCount)) in operator ==() 1341 fShortYearNamesCount = 0; in initializeData() 1410 … initField(&fShortYearNames, fShortYearNamesCount, nameSetYearsFmtAbbrev, tempStatus); in initializeData()
|
D | smpdtfmt.cpp | 1237 if (fSymbols->fShortYearNames != NULL && value <= fSymbols->fShortYearNamesCount) { in subFormat() 1239 … _appendSymbol(appendTo, value - 1, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount); in subFormat() 2592 …ring(text, start, UCAL_YEAR, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount, NULL, cal); in subParse() 2597 if (gotNumber && (lenient || value > fSymbols->fShortYearNamesCount)) { in subParse()
|
/external/icu4c/i18n/unicode/ |
D | dtfmtsym.h | 671 int32_t fShortYearNamesCount; variable
|