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

/external/chromium_org/third_party/icu/source/i18n/
H A Ddtfmtsym.cpp326 assignArray(fShortYearNames, fShortYearNamesCount, other.fShortYearNames, other.fShortYearNamesCount);
329 fShortYearNamesCount = 0;
463 fShortYearNamesCount == other.fShortYearNamesCount &&
490 arrayCompare(fShortYearNames, other.fShortYearNames, fShortYearNamesCount))
1381 fShortYearNamesCount = 0;
1450 initField(&fShortYearNames, fShortYearNamesCount, nameSetYearsFmtAbbrev, tempStatus);
H A Dsmpdtfmt.cpp1256 if (fSymbols->fShortYearNames != NULL && value <= fSymbols->fShortYearNamesCount) {
1258 _appendSymbol(appendTo, value - 1, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount);
2660 int32_t newStart = matchString(text, start, UCAL_YEAR, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount, NULL, cal);
2665 if (gotNumber && (getBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC,status) || value > fSymbols->fShortYearNamesCount)) {
/external/icu/icu4c/source/i18n/
H A Ddtfmtsym.cpp326 assignArray(fShortYearNames, fShortYearNamesCount, other.fShortYearNames, other.fShortYearNamesCount);
329 fShortYearNamesCount = 0;
463 fShortYearNamesCount == other.fShortYearNamesCount &&
490 arrayCompare(fShortYearNames, other.fShortYearNames, fShortYearNamesCount))
1391 fShortYearNamesCount = 0;
1460 initField(&fShortYearNames, fShortYearNamesCount, nameSetYearsFmtAbbrev, tempStatus);
H A Dsmpdtfmt.cpp1283 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)) {
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddtfmtsym.h692 int32_t fShortYearNamesCount; member in class:DateFormatSymbols
/external/icu/icu4c/source/i18n/unicode/
H A Ddtfmtsym.h694 int32_t fShortYearNamesCount; member in class:DateFormatSymbols

Completed in 479 milliseconds