Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp360 …assignArray(fStandaloneMonths, fStandaloneMonthsCount, other.fStandaloneMonths, other.fStandaloneM… in copyData()
441 if (fStandaloneMonths) delete[] fStandaloneMonths; in dispose()
542 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) && in operator ==()
651 returnValue = fStandaloneMonths; in getMonths()
966 if (fStandaloneMonths) in setMonths()
967 delete[] fStandaloneMonths; in setMonths()
968 fStandaloneMonths = newUnicodeStringArray(count); in setMonths()
969 uprv_arrayCopy( monthsArray,fStandaloneMonths,count); in setMonths()
1485 fStandaloneMonths = NULL; in initializeData()
1714 …initField(&fStandaloneMonths, fStandaloneMonthsCount, (const UChar *)gLastResortMonthNames, kMonth… in initializeData()
[all …]
Dudat.cpp953 …setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorC… in setStandaloneMonth()
Dsmpdtfmt.cpp1499 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fStandaloneMonths, fSymbols->fStandaloneM… in subFormat()
2909 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneMonths, fSymbols->fStandalone… in subParse()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h676 UnicodeString* fStandaloneMonths; variable