Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp302 assignArray(fNarrowMonths, fNarrowMonthsCount, other.fNarrowMonths, other.fNarrowMonthsCount); in copyData()
375 if (fNarrowMonths) delete[] fNarrowMonths; in dispose()
472 arrayCompare(fNarrowMonths, other.fNarrowMonths, fNarrowMonthsCount) && in operator ==()
569 returnValue = fNarrowMonths; in getMonths()
830 if (fNarrowMonths) in setMonths()
831 delete[] fNarrowMonths; in setMonths()
832 fNarrowMonths = newUnicodeStringArray(count); in setMonths()
833 uprv_arrayCopy( monthsArray,fNarrowMonths,count); in setMonths()
1354 fNarrowMonths = NULL; in initializeData()
1526 …initField(&fNarrowMonths, fNarrowMonthsCount, (const UChar *)gLastResortMonthNames, kMonthNum, kMo… in initializeData()
[all …]
Dudat.cpp738 … setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode); in setNarrowMonth()
Dsmpdtfmt.cpp1328 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fNarrowMonths, fSymbols->fNarrowMonthsCou… in subFormat()
/external/chromium_org/third_party/icu/source/i18n/
Ddtfmtsym.cpp302 assignArray(fNarrowMonths, fNarrowMonthsCount, other.fNarrowMonths, other.fNarrowMonthsCount); in copyData()
375 if (fNarrowMonths) delete[] fNarrowMonths; in dispose()
472 arrayCompare(fNarrowMonths, other.fNarrowMonths, fNarrowMonthsCount) && in operator ==()
569 returnValue = fNarrowMonths; in getMonths()
830 if (fNarrowMonths) in setMonths()
831 delete[] fNarrowMonths; in setMonths()
832 fNarrowMonths = newUnicodeStringArray(count); in setMonths()
833 uprv_arrayCopy( monthsArray,fNarrowMonths,count); in setMonths()
1344 fNarrowMonths = NULL; in initializeData()
1516 …initField(&fNarrowMonths, fNarrowMonthsCount, (const UChar *)gLastResortMonthNames, kMonthNum, kMo… in initializeData()
[all …]
Dudat.cpp735 … setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode); in setNarrowMonth()
Dsmpdtfmt.cpp1301 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fNarrowMonths, fSymbols->fNarrowMonthsCou… in subFormat()
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ddtfmtsym.h583 UnicodeString* fNarrowMonths; variable
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h585 UnicodeString* fNarrowMonths; variable