Home
last modified time | relevance | path

Searched refs:fShortYearNamesCount (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp397 …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()
Dsmpdtfmt.cpp1463 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()
Dudat.cpp1058 …setSymbol(syms->fShortYearNames, syms->fShortYearNamesCount, index, value, valueLength, errorCode); in setShortYearNames()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h789 int32_t fShortYearNamesCount; variable