Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp301 assignArray(fShortMonths, fShortMonthsCount, other.fShortMonths, other.fShortMonthsCount); in copyData()
374 if (fShortMonths) delete[] fShortMonths; in dispose()
471 arrayCompare(fShortMonths, other.fShortMonths, fShortMonthsCount) && in operator ==()
547 return fShortMonths; in getShortMonths()
565 returnValue = fShortMonths; in getMonths()
795 if (fShortMonths) in setShortMonths()
796 delete[] fShortMonths; in setShortMonths()
800 fShortMonths = newUnicodeStringArray(count); in setShortMonths()
801 uprv_arrayCopy(shortMonthsArray,fShortMonths, count); in setShortMonths()
823 if (fShortMonths) in setMonths()
[all …]
Dudat.cpp731 … setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode); in setShortMonth()
Dsmpdtfmt.cpp1347 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fShortMonths, fSymbols->fShortMonthsCount, in subFormat()
2748 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fShortMonths, fSymbols->fShortMonthsCoun… in subParse()
/external/chromium_org/third_party/icu/source/i18n/
Ddtfmtsym.cpp301 assignArray(fShortMonths, fShortMonthsCount, other.fShortMonths, other.fShortMonthsCount); in copyData()
374 if (fShortMonths) delete[] fShortMonths; in dispose()
471 arrayCompare(fShortMonths, other.fShortMonths, fShortMonthsCount) && in operator ==()
547 return fShortMonths; in getShortMonths()
565 returnValue = fShortMonths; in getMonths()
795 if (fShortMonths) in setShortMonths()
796 delete[] fShortMonths; in setShortMonths()
800 fShortMonths = newUnicodeStringArray(count); in setShortMonths()
801 uprv_arrayCopy(shortMonthsArray,fShortMonths, count); in setShortMonths()
823 if (fShortMonths) in setMonths()
[all …]
Dudat.cpp728 … setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode); in setShortMonth()
Dsmpdtfmt.cpp1320 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fShortMonths, fSymbols->fShortMonthsCount, in subFormat()
2718 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fShortMonths, fSymbols->fShortMonthsCoun… in subParse()
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ddtfmtsym.h577 UnicodeString* fShortMonths; variable
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h579 UnicodeString* fShortMonths; variable