Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp303 …assignArray(fStandaloneMonths, fStandaloneMonthsCount, other.fStandaloneMonths, other.fStandaloneM… in copyData()
376 if (fStandaloneMonths) delete[] fStandaloneMonths; in dispose()
473 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) && in operator ==()
579 returnValue = fStandaloneMonths; in getMonths()
843 if (fStandaloneMonths) in setMonths()
844 delete[] fStandaloneMonths; in setMonths()
845 fStandaloneMonths = newUnicodeStringArray(count); in setMonths()
846 uprv_arrayCopy( monthsArray,fStandaloneMonths,count); in setMonths()
1356 fStandaloneMonths = NULL; in initializeData()
1527 …initField(&fStandaloneMonths, fStandaloneMonthsCount, (const UChar *)gLastResortMonthNames, kMonth… in initializeData()
[all …]
Dudat.cpp745 …setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorC… in setStandaloneMonth()
Dsmpdtfmt.cpp1341 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fStandaloneMonths, fSymbols->fStandaloneM… in subFormat()
2752 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneMonths, fSymbols->fStandalone… in subParse()
/external/chromium_org/third_party/icu/source/i18n/
Ddtfmtsym.cpp303 …assignArray(fStandaloneMonths, fStandaloneMonthsCount, other.fStandaloneMonths, other.fStandaloneM… in copyData()
376 if (fStandaloneMonths) delete[] fStandaloneMonths; in dispose()
473 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) && in operator ==()
579 returnValue = fStandaloneMonths; in getMonths()
843 if (fStandaloneMonths) in setMonths()
844 delete[] fStandaloneMonths; in setMonths()
845 fStandaloneMonths = newUnicodeStringArray(count); in setMonths()
846 uprv_arrayCopy( monthsArray,fStandaloneMonths,count); in setMonths()
1346 fStandaloneMonths = NULL; in initializeData()
1517 …initField(&fStandaloneMonths, fStandaloneMonthsCount, (const UChar *)gLastResortMonthNames, kMonth… in initializeData()
[all …]
Dudat.cpp742 …setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorC… in setStandaloneMonth()
Dsmpdtfmt.cpp1314 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fStandaloneMonths, fSymbols->fStandaloneM… in subFormat()
2720 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneMonths, fSymbols->fStandalone… in subParse()
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ddtfmtsym.h589 UnicodeString* fStandaloneMonths; variable
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h591 UnicodeString* fStandaloneMonths; variable