Home
last modified time | relevance | path

Searched refs:fShortYearNames (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp325 if (other.fShortYearNames != NULL) { in copyData()
326 …assignArray(fShortYearNames, fShortYearNamesCount, other.fShortYearNames, other.fShortYearNamesCou… in copyData()
328 fShortYearNames = NULL; in copyData()
393 if (fShortYearNames) delete[] fShortYearNames; in dispose()
490 arrayCompare(fShortYearNames, other.fShortYearNames, fShortYearNamesCount)) in operator ==()
1390 fShortYearNames = NULL; in initializeData()
1460 … initField(&fShortYearNames, fShortYearNamesCount, nameSetYearsFmtAbbrev, tempStatus); in initializeData()
Dsmpdtfmt.cpp1283 if (fSymbols->fShortYearNames != NULL && value <= fSymbols->fShortYearNamesCount) { in subFormat()
1285 … _appendSymbol(appendTo, value - 1, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount); in subFormat()
2686 if (fSymbols->fShortYearNames != NULL) { in subParse()
2687 …int32_t newStart = matchString(text, start, UCAL_YEAR, fSymbols->fShortYearNames, fSymbols->fShort… in subParse()
/external/chromium_org/third_party/icu/source/i18n/
Ddtfmtsym.cpp325 if (other.fShortYearNames != NULL) { in copyData()
326 …assignArray(fShortYearNames, fShortYearNamesCount, other.fShortYearNames, other.fShortYearNamesCou… in copyData()
328 fShortYearNames = NULL; in copyData()
393 if (fShortYearNames) delete[] fShortYearNames; in dispose()
490 arrayCompare(fShortYearNames, other.fShortYearNames, fShortYearNamesCount)) in operator ==()
1380 fShortYearNames = NULL; in initializeData()
1450 … initField(&fShortYearNames, fShortYearNamesCount, nameSetYearsFmtAbbrev, tempStatus); in initializeData()
Dsmpdtfmt.cpp1256 if (fSymbols->fShortYearNames != NULL && value <= fSymbols->fShortYearNamesCount) { in subFormat()
1258 … _appendSymbol(appendTo, value - 1, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount); in subFormat()
2659 if (fSymbols->fShortYearNames != NULL) { in subParse()
2660 …int32_t newStart = matchString(text, start, UCAL_YEAR, fSymbols->fShortYearNames, fSymbols->fShort… in subParse()
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ddtfmtsym.h691 UnicodeString* fShortYearNames; variable
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h693 UnicodeString* fShortYearNames; variable