Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddtfmtsym.cpp300 assignArray(fNarrowMonths, fNarrowMonthsCount, other.fNarrowMonths, other.fNarrowMonthsCount); in copyData()
361 if (fNarrowMonths) delete[] fNarrowMonths; in dispose()
460 arrayCompare(fNarrowMonths, other.fNarrowMonths, fNarrowMonthsCount) && in operator ==()
546 returnValue = fNarrowMonths; in getMonths()
775 if (fNarrowMonths) in setMonths()
776 delete[] fNarrowMonths; in setMonths()
777 fNarrowMonths = newUnicodeStringArray(count); in setMonths()
778 uprv_arrayCopy( monthsArray,fNarrowMonths,count); in setMonths()
1160 fNarrowMonths = NULL; in initializeData()
1255 …initField(&fNarrowMonths, fNarrowMonthsCount, (const UChar *)gLastResortMonthNames, kMonthNum, kMo… in initializeData()
[all …]
Dudat.cpp586 … setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode); in setNarrowMonth()
Dsmpdtfmt.cpp1017 _appendSymbol(appendTo, value, fSymbols->fNarrowMonths, in subFormat()
/external/icu4c/i18n/unicode/
Ddtfmtsym.h482 UnicodeString* fNarrowMonths; variable