Searched refs:fShortYearNames (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/i18n/ |
D | dtfmtsym.cpp | 321 if (other.fShortYearNames != NULL) { in copyData() 322 …assignArray(fShortYearNames, fShortYearNamesCount, other.fShortYearNames, other.fShortYearNamesCou… in copyData() 324 fShortYearNames = NULL; in copyData() 387 if (fShortYearNames) delete[] fShortYearNames; in dispose() 480 arrayCompare(fShortYearNames, other.fShortYearNames, fShortYearNamesCount)) in operator ==() 1340 fShortYearNames = NULL; in initializeData() 1410 … initField(&fShortYearNames, fShortYearNamesCount, nameSetYearsFmtAbbrev, tempStatus); in initializeData()
|
D | smpdtfmt.cpp | 1237 if (fSymbols->fShortYearNames != NULL && value <= fSymbols->fShortYearNamesCount) { in subFormat() 1239 … _appendSymbol(appendTo, value - 1, fSymbols->fShortYearNames, fSymbols->fShortYearNamesCount); in subFormat() 2591 if (fSymbols->fShortYearNames != NULL) { in subParse() 2592 …int32_t newStart = matchString(text, start, UCAL_YEAR, fSymbols->fShortYearNames, fSymbols->fShort… in subParse()
|
/external/icu4c/i18n/unicode/ |
D | dtfmtsym.h | 670 UnicodeString* fShortYearNames; variable
|