Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp371 assignArray(fNarrowMonths, fNarrowMonthsCount, other.fNarrowMonths, other.fNarrowMonthsCount); in copyData()
452 if (fNarrowMonths) delete[] fNarrowMonths; in dispose()
553 arrayCompare(fNarrowMonths, other.fNarrowMonths, fNarrowMonthsCount) && in operator ==()
653 returnValue = fNarrowMonths; in getMonths()
965 if (fNarrowMonths) in setMonths()
966 delete[] fNarrowMonths; in setMonths()
967 fNarrowMonths = newUnicodeStringArray(count); in setMonths()
968 uprv_arrayCopy( monthsArray,fNarrowMonths,count); in setMonths()
1495 fNarrowMonths = NULL; in initializeData()
1725 …initField(&fNarrowMonths, fNarrowMonthsCount, (const UChar *)gLastResortMonthNames, kMonthNum, kMo… in initializeData()
[all …]
Dudat.cpp946 … setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode); in setNarrowMonth()
Dsmpdtfmt.cpp1508 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fNarrowMonths, fSymbols->fNarrowMonthsCou… in subFormat()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h667 UnicodeString* fNarrowMonths; variable