Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddtfmtsym.cpp298 assignArray(fMonths, fMonthsCount, other.fMonths, other.fMonthsCount); in copyData()
359 if (fMonths) delete[] fMonths; in dispose()
458 arrayCompare(fMonths, other.fMonths, fMonthsCount) && in operator ==()
518 return fMonths; in getMonths()
538 returnValue = fMonths; in getMonths()
726 if (fMonths) in setMonths()
727 delete[] fMonths; in setMonths()
731 fMonths = newUnicodeStringArray(count); in setMonths()
732 uprv_arrayCopy( monthsArray,fMonths,count); in setMonths()
761 if (fMonths) in setMonths()
[all …]
Dudat.cpp572 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode); in setMonth()
Dsmpdtfmt.cpp1020 _appendSymbol(appendTo, value, fSymbols->fMonths, in subFormat()
1919 fSymbols->fMonths, fSymbols->fMonthsCount, cal)) > 0) in subParse()
/external/icu4c/i18n/unicode/
Ddtfmtsym.h470 UnicodeString* fMonths; variable