Searched refs:fShortYearNamesCount (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 326 …assignArray(fShortYearNames, fShortYearNamesCount, other.fShortYearNames, other.fShortYearNamesCou… in copyData() 329 fShortYearNamesCount = 0; in copyData() 463 fShortYearNamesCount == other.fShortYearNamesCount && in operator ==() 490 arrayCompare(fShortYearNames, other.fShortYearNames, fShortYearNamesCount)) in operator ==() 1391 fShortYearNamesCount = 0; in initializeData() 1460 … initField(&fShortYearNames, fShortYearNamesCount, nameSetYearsFmtAbbrev, tempStatus); in initializeData()
|
D | smpdtfmt.cpp | 1283 if (fSymbols->fShortYearNames != NULL && value <= fSymbols->fShortYearNamesCount) { in subFormat() 1285 … _appendSymbol(appendTo, value - 1, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount); in subFormat() 2687 …ring(text, start, UCAL_YEAR, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount, NULL, cal); in subParse() 2692 …(getBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC,status) || value > fSymbols->fShortYearNamesCount)) { in subParse()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | dtfmtsym.cpp | 326 …assignArray(fShortYearNames, fShortYearNamesCount, other.fShortYearNames, other.fShortYearNamesCou… in copyData() 329 fShortYearNamesCount = 0; in copyData() 463 fShortYearNamesCount == other.fShortYearNamesCount && in operator ==() 490 arrayCompare(fShortYearNames, other.fShortYearNames, fShortYearNamesCount)) in operator ==() 1381 fShortYearNamesCount = 0; in initializeData() 1450 … initField(&fShortYearNames, fShortYearNamesCount, nameSetYearsFmtAbbrev, tempStatus); in initializeData()
|
D | smpdtfmt.cpp | 1256 if (fSymbols->fShortYearNames != NULL && value <= fSymbols->fShortYearNamesCount) { in subFormat() 1258 … _appendSymbol(appendTo, value - 1, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount); in subFormat() 2660 …ring(text, start, UCAL_YEAR, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount, NULL, cal); in subParse() 2665 …(getBooleanAttribute(UDAT_PARSE_ALLOW_NUMERIC,status) || value > fSymbols->fShortYearNamesCount)) { in subParse()
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | dtfmtsym.h | 692 int32_t fShortYearNamesCount; variable
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 694 int32_t fShortYearNamesCount; variable
|