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

/external/icu/icu4c/source/i18n/
H A Ddtfmtsym.cpp415 assignArray(fShortYearNames, fShortYearNamesCount, other.fShortYearNames, other.fShortYearNamesCount);
418 fShortYearNamesCount = 0;
567 fShortYearNamesCount == other.fShortYearNamesCount &&
603 arrayCompare(fShortYearNames, other.fShortYearNames, fShortYearNamesCount) &&
867 count = fShortYearNamesCount;
881 fShortYearNamesCount = count;
2079 fShortYearNamesCount = 0;
2203 initField(&fShortYearNames, fShortYearNamesCount, calendarSin
[all...]
H A Dsmpdtfmt.cpp1476 if (fSymbols->fShortYearNames != NULL && value <= fSymbols->fShortYearNamesCount) {
1478 _appendSymbol(appendTo, value - 1, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount);
3112 int32_t newStart = matchString(text, start, UCAL_YEAR, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount, NULL, cal);
3117 if (gotNumber && (getBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC,status) || value > fSymbols->fShortYearNamesCount)) {
H A Dudat.cpp1060 setSymbol(syms->fShortYearNames, syms->fShortYearNamesCount, index, value, valueLength, errorCode);
/external/icu/icu4c/source/i18n/unicode/
H A Ddtfmtsym.h800 int32_t fShortYearNamesCount; member in class:U_FINAL

Completed in 343 milliseconds