Searched refs:fShortYearNames (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 325 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()
|
D | smpdtfmt.cpp | 1283 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/ |
D | dtfmtsym.cpp | 325 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()
|
D | smpdtfmt.cpp | 1256 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/ |
D | dtfmtsym.h | 691 UnicodeString* fShortYearNames; variable
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 693 UnicodeString* fShortYearNames; variable
|