Searched refs:fStandaloneMonths (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/i18n/ |
D | dtfmtsym.cpp | 301 …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 …]
|
D | udat.cpp | 726 …setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorC… in setStandaloneMonth()
|
D | smpdtfmt.cpp | 1295 …_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/ |
D | dtfmtsym.h | 580 UnicodeString* fStandaloneMonths; variable
|