Searched refs:fNarrowMonths (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 302 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 …]
|
D | udat.cpp | 738 … setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode); in setNarrowMonth()
|
D | smpdtfmt.cpp | 1328 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fNarrowMonths, fSymbols->fNarrowMonthsCou… in subFormat()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | dtfmtsym.cpp | 302 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 …]
|
D | udat.cpp | 735 … setSymbol(syms->fNarrowMonths, syms->fNarrowMonthsCount, index, value, valueLength, errorCode); in setNarrowMonth()
|
D | smpdtfmt.cpp | 1301 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fNarrowMonths, fSymbols->fNarrowMonthsCou… in subFormat()
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | dtfmtsym.h | 583 UnicodeString* fNarrowMonths; variable
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 585 UnicodeString* fNarrowMonths; variable
|