Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddtfmtsym.cpp299 assignArray(fShortMonths, fShortMonthsCount, other.fShortMonths, other.fShortMonthsCount); in copyData()
370 if (fShortMonths) delete[] fShortMonths; in dispose()
463 arrayCompare(fShortMonths, other.fShortMonths, fShortMonthsCount) && in operator ==()
537 return fShortMonths; in getShortMonths()
554 returnValue = fShortMonths; in getMonths()
773 if (fShortMonths) in setShortMonths()
774 delete[] fShortMonths; in setShortMonths()
778 fShortMonths = newUnicodeStringArray(count); in setShortMonths()
779 uprv_arrayCopy(shortMonthsArray,fShortMonths, count); in setShortMonths()
801 if (fShortMonths) in setMonths()
[all …]
Dudat.cpp712 … setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode); in setShortMonth()
Dsmpdtfmt.cpp1301 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fShortMonths, fSymbols->fShortMonthsCount, in subFormat()
2650 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fShortMonths, fSymbols->fShortMonthsCoun… in subParse()
/external/icu4c/i18n/unicode/
Ddtfmtsym.h568 UnicodeString* fShortMonths; variable