Home | History | Annotate | Download | only in i18n

Lines Matching refs:fShortYearNamesCount

1283         if (fSymbols->fShortYearNames != NULL && value <= fSymbols->fShortYearNamesCount) {
1285 _appendSymbol(appendTo, value - 1, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount);
2687 int32_t newStart = matchString(text, start, UCAL_YEAR, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount, NULL, cal);
2692 if (gotNumber && (getBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC,status) || value > fSymbols->fShortYearNamesCount)) {