Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp357 assignArray(fMonths, fMonthsCount, other.fMonths, other.fMonthsCount); in copyData()
438 if (fMonths) delete[] fMonths; in dispose()
539 arrayCompare(fMonths, other.fMonths, fMonthsCount) && in operator ==()
612 return fMonths; in getMonths()
632 returnValue = fMonths; in getMonths()
904 if (fMonths) in setMonths()
905 delete[] fMonths; in setMonths()
909 fMonths = newUnicodeStringArray(count); in setMonths()
910 uprv_arrayCopy( monthsArray,fMonths,count); in setMonths()
939 if (fMonths) in setMonths()
[all …]
Dudat.cpp932 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode); in setMonth()
Dsmpdtfmt.cpp1495 … _appendSymbolWithMonthPattern(appendTo, value, fSymbols->fMonths, fSymbols->fMonthsCount, in subFormat()
2899 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fMonths, fSymbols->fMonthsCount, wideMon… in subParse()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h658 UnicodeString* fMonths; variable