Searched refs:fShortYearNamesCount (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 397 …assignArray(fShortYearNames, fShortYearNamesCount, other.fShortYearNames, other.fShortYearNamesCou… in copyData() 400 fShortYearNamesCount = 0; in copyData() 543 fShortYearNamesCount == other.fShortYearNamesCount && in operator ==() 573 arrayCompare(fShortYearNames, other.fShortYearNames, fShortYearNamesCount) && in operator ==() 828 count = fShortYearNamesCount; in getYearNames() 842 fShortYearNamesCount = count; in setYearNames() 1535 fShortYearNamesCount = 0; in initializeData() 1621 … initField(&fShortYearNames, fShortYearNamesCount, nameSetYearsFmtAbbrev, tempStatus); in initializeData()
|
D | smpdtfmt.cpp | 1463 if (fSymbols->fShortYearNames != NULL && value <= fSymbols->fShortYearNamesCount) { in subFormat() 1465 … _appendSymbol(appendTo, value - 1, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount); in subFormat() 2867 …ring(text, start, UCAL_YEAR, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount, NULL, cal); in subParse() 2872 …(getBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC,status) || value > fSymbols->fShortYearNamesCount)) { in subParse()
|
D | udat.cpp | 1058 …setSymbol(syms->fShortYearNames, syms->fShortYearNamesCount, index, value, valueLength, errorCode); in setShortYearNames()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 789 int32_t fShortYearNamesCount; variable
|