Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddtfmtsym.cpp301 …assignArray(fStandaloneMonths, fStandaloneMonthsCount, other.fStandaloneMonths, other.fStandaloneM… in copyData()
372 if (fStandaloneMonths) delete[] fStandaloneMonths; in dispose()
465 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) && in operator ==()
568 returnValue = fStandaloneMonths; in getMonths()
821 if (fStandaloneMonths) in setMonths()
822 delete[] fStandaloneMonths; in setMonths()
823 fStandaloneMonths = newUnicodeStringArray(count); in setMonths()
824 uprv_arrayCopy( monthsArray,fStandaloneMonths,count); in setMonths()
1310 fStandaloneMonths = NULL; in initializeData()
1475 …initField(&fStandaloneMonths, fStandaloneMonthsCount, (const UChar *)gLastResortMonthNames, kMonth… in initializeData()
[all …]
Dudat.cpp726 …setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorC… in setStandaloneMonth()
Dsmpdtfmt.cpp1295 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fStandaloneMonths, fSymbols->fStandaloneM… in subFormat()
2652 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneMonths, fSymbols->fStandalone… in subParse()
/external/icu4c/i18n/unicode/
Ddtfmtsym.h580 UnicodeString* fStandaloneMonths; variable