Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp376 assignArray(fShortMonths, fShortMonthsCount, other.fShortMonths, other.fShortMonthsCount); in copyData()
469 delete[] fShortMonths; in dispose()
582 arrayCompare(fShortMonths, other.fShortMonths, fShortMonthsCount) && in operator ==()
670 return fShortMonths; in getShortMonths()
688 returnValue = fShortMonths; in getMonths()
969 if (fShortMonths) in setShortMonths()
970 delete[] fShortMonths; in setShortMonths()
974 fShortMonths = newUnicodeStringArray(count); in setShortMonths()
975 uprv_arrayCopy(shortMonthsArray,fShortMonths, count); in setShortMonths()
997 if (fShortMonths) in setMonths()
[all …]
Dudat.cpp941 … setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode); in setShortMonth()
Dsmpdtfmt.cpp1529 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fShortMonths, fSymbols->fShortMonthsCount, in subFormat()
3205 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fShortMonths, fSymbols->fShortMonthsCoun… in subParse()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h672 UnicodeString* fShortMonths; variable