Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp375 assignArray(fMonths, fMonthsCount, other.fMonths, other.fMonthsCount); in copyData()
468 delete[] fMonths; in dispose()
581 arrayCompare(fMonths, other.fMonths, fMonthsCount) && in operator ==()
663 return fMonths; in getMonths()
683 returnValue = fMonths; in getMonths()
955 if (fMonths) in setMonths()
956 delete[] fMonths; in setMonths()
960 fMonths = newUnicodeStringArray(count); in setMonths()
961 uprv_arrayCopy( monthsArray,fMonths,count); in setMonths()
990 if (fMonths) in setMonths()
[all …]
Dudat.cpp934 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode); in setMonth()
Dsmpdtfmt.cpp1528 … _appendSymbolWithMonthPattern(appendTo, value, fSymbols->fMonths, fSymbols->fMonthsCount, in subFormat()
3164 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fMonths, fSymbols->fMonthsCount, wideMon… in subParse()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h665 UnicodeString* fMonths; variable