Home
last modified time | relevance | path

Searched refs:fShortMonths (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Ddtfmtsym.cpp318 assignArray(fShortMonths, fShortMonthsCount, other.fShortMonths, other.fShortMonthsCount); in copyData()
378 if (fShortMonths) delete[] fShortMonths; in dispose()
470 arrayCompare(fShortMonths, other.fShortMonths, fShortMonthsCount) && in operator ==()
543 return fShortMonths; in getShortMonths()
560 returnValue = fShortMonths; in getMonths()
772 if (fShortMonths) in setShortMonths()
773 delete[] fShortMonths; in setShortMonths()
777 fShortMonths = newUnicodeStringArray(count); in setShortMonths()
778 uprv_arrayCopy(shortMonthsArray,fShortMonths, count); in setShortMonths()
800 if (fShortMonths) in setMonths()
[all …]
Dudat.cpp669 … setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode); in setShortMonth()
Dsmpdtfmt.cpp1595 _appendSymbol(appendTo, value, fSymbols->fShortMonths, in subFormat()
2772 … fSymbols->fShortMonths, fSymbols->fShortMonthsCount, cal)) > 0) in subParse()
/external/icu4c/i18n/unicode/
Ddtfmtsym.h501 UnicodeString* fShortMonths; variable