Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp300 assignArray(fMonths, fMonthsCount, other.fMonths, other.fMonthsCount); in copyData()
373 if (fMonths) delete[] fMonths; in dispose()
470 arrayCompare(fMonths, other.fMonths, fMonthsCount) && in operator ==()
540 return fMonths; in getMonths()
560 returnValue = fMonths; in getMonths()
781 if (fMonths) in setMonths()
782 delete[] fMonths; in setMonths()
786 fMonths = newUnicodeStringArray(count); in setMonths()
787 uprv_arrayCopy( monthsArray,fMonths,count); in setMonths()
816 if (fMonths) in setMonths()
[all …]
Dudat.cpp724 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode); in setMonth()
Dsmpdtfmt.cpp1337 … _appendSymbolWithMonthPattern(appendTo, value, fSymbols->fMonths, fSymbols->fMonthsCount, in subFormat()
2742 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fMonths, fSymbols->fMonthsCount, wideMon… in subParse()
/external/chromium_org/third_party/icu/source/i18n/
Ddtfmtsym.cpp300 assignArray(fMonths, fMonthsCount, other.fMonths, other.fMonthsCount); in copyData()
373 if (fMonths) delete[] fMonths; in dispose()
470 arrayCompare(fMonths, other.fMonths, fMonthsCount) && in operator ==()
540 return fMonths; in getMonths()
560 returnValue = fMonths; in getMonths()
781 if (fMonths) in setMonths()
782 delete[] fMonths; in setMonths()
786 fMonths = newUnicodeStringArray(count); in setMonths()
787 uprv_arrayCopy( monthsArray,fMonths,count); in setMonths()
816 if (fMonths) in setMonths()
[all …]
Dudat.cpp721 setSymbol(syms->fMonths, syms->fMonthsCount, index, value, valueLength, errorCode); in setMonth()
Dsmpdtfmt.cpp1310 … _appendSymbolWithMonthPattern(appendTo, value, fSymbols->fMonths, fSymbols->fMonthsCount, in subFormat()
2714 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fMonths, fSymbols->fMonthsCount, wideMon… in subParse()
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ddtfmtsym.h571 UnicodeString* fMonths; variable
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h573 UnicodeString* fMonths; variable