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()
362 if (fStandaloneMonths) delete[] fStandaloneMonths; in dispose()
461 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) && in operator ==()
556 returnValue = fStandaloneMonths; in getMonths()
788 if (fStandaloneMonths) in setMonths()
789 delete[] fStandaloneMonths; in setMonths()
790 fStandaloneMonths = newUnicodeStringArray(count); in setMonths()
791 uprv_arrayCopy( monthsArray,fStandaloneMonths,count); in setMonths()
1162 fStandaloneMonths = NULL; in initializeData()
1256 …initField(&fStandaloneMonths, fStandaloneMonthsCount, (const UChar *)gLastResortMonthNames, kMonth… in initializeData()
[all …]
Dudat.cpp593 …setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorC… in setStandaloneMonth()
Dsmpdtfmt.cpp1038 _appendSymbol(appendTo, value, fSymbols->fStandaloneMonths, in subFormat()
1941 … fSymbols->fStandaloneMonths, fSymbols->fStandaloneMonthsCount, cal)) > 0) in subParse()
/external/icu4c/i18n/unicode/
Ddtfmtsym.h488 UnicodeString* fStandaloneMonths; variable