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()
371 if (fNarrowMonths) delete[] fNarrowMonths; in dispose()
464 arrayCompare(fNarrowMonths, other.fNarrowMonths, fNarrowMonthsCount) && in operator ==()
558 returnValue = fNarrowMonths; in getMonths()
808 if (fNarrowMonths) in setMonths()
809 delete[] fNarrowMonths; in setMonths()
810 fNarrowMonths = newUnicodeStringArray(count); in setMonths()
811 uprv_arrayCopy( monthsArray,fNarrowMonths,count); in setMonths()
1308 fNarrowMonths = NULL; in initializeData()
1474 …initField(&fNarrowMonths, fNarrowMonthsCount, (const UChar *)gLastResortMonthNames, kMonthNum, kMo… in initializeData()
[all …]
Dudat.cpp719 … setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode); in setNarrowMonth()
Dsmpdtfmt.cpp1282 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fNarrowMonths, fSymbols->fNarrowMonthsCou… in subFormat()
/external/icu4c/i18n/unicode/
Ddtfmtsym.h574 UnicodeString* fNarrowMonths; variable