Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp372 …assignArray(fStandaloneMonths, fStandaloneMonthsCount, other.fStandaloneMonths, other.fStandaloneM… in copyData()
453 if (fStandaloneMonths) delete[] fStandaloneMonths; in dispose()
554 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) && in operator ==()
663 returnValue = fStandaloneMonths; in getMonths()
978 if (fStandaloneMonths) in setMonths()
979 delete[] fStandaloneMonths; in setMonths()
980 fStandaloneMonths = newUnicodeStringArray(count); in setMonths()
981 uprv_arrayCopy( monthsArray,fStandaloneMonths,count); in setMonths()
1497 fStandaloneMonths = NULL; in initializeData()
1726 …initField(&fStandaloneMonths, fStandaloneMonthsCount, (const UChar *)gLastResortMonthNames, kMonth… in initializeData()
[all …]
Dudat.cpp953 …setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorC… in setStandaloneMonth()
Dsmpdtfmt.cpp1521 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fStandaloneMonths, fSymbols->fStandaloneM… in subFormat()
2932 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneMonths, fSymbols->fStandalone… in subParse()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h673 UnicodeString* fStandaloneMonths; variable