Searched refs:fShortYearNamesCount (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 415 …assignArray(fShortYearNames, fShortYearNamesCount, other.fShortYearNames, other.fShortYearNamesCou… in copyData() 418 fShortYearNamesCount = 0; in copyData() 567 fShortYearNamesCount == other.fShortYearNamesCount && in operator ==() 603 arrayCompare(fShortYearNames, other.fShortYearNames, fShortYearNamesCount) && in operator ==() 867 count = fShortYearNamesCount; in getYearNames() 881 fShortYearNamesCount = count; in setYearNames() 2079 fShortYearNamesCount = 0; in initializeData() 2203 initField(&fShortYearNames, fShortYearNamesCount, calendarSink, in initializeData()
|
D | smpdtfmt.cpp | 1464 if (fSymbols->fShortYearNames != NULL && value <= fSymbols->fShortYearNamesCount) { in subFormat() 1466 … _appendSymbol(appendTo, value - 1, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount); in subFormat() 3144 …ring(text, start, UCAL_YEAR, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount, NULL, cal); in subParse() 3149 …(getBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC,status) || value > fSymbols->fShortYearNamesCount)) { in subParse()
|
D | udat.cpp | 1060 …setSymbol(syms->fShortYearNames, syms->fShortYearNamesCount, index, value, valueLength, errorCode); in setShortYearNames()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 800 int32_t fShortYearNamesCount; variable
|