Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp378 …assignArray(fStandaloneMonths, fStandaloneMonthsCount, other.fStandaloneMonths, other.fStandaloneM… in copyData()
471 delete[] fStandaloneMonths; in dispose()
584 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) && in operator ==()
702 returnValue = fStandaloneMonths; in getMonths()
1017 if (fStandaloneMonths) in setMonths()
1018 delete[] fStandaloneMonths; in setMonths()
1019 fStandaloneMonths = newUnicodeStringArray(count); in setMonths()
1020 uprv_arrayCopy( monthsArray,fStandaloneMonths,count); in setMonths()
2041 fStandaloneMonths = NULL; in initializeData()
2313 initField(&fStandaloneMonths, fStandaloneMonthsCount, calendarSink, in initializeData()
[all …]
Dudat.cpp955 …setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorC… in setStandaloneMonth()
Dsmpdtfmt.cpp1523 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fStandaloneMonths, fSymbols->fStandaloneM… in subFormat()
3209 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneMonths, fSymbols->fStandalone… in subParse()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h684 UnicodeString* fStandaloneMonths; variable