Searched refs:fShortMonths (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 301 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 …]
|
D | udat.cpp | 731 … setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode); in setShortMonth()
|
D | smpdtfmt.cpp | 1347 …_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/ |
D | dtfmtsym.cpp | 301 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 …]
|
D | udat.cpp | 728 … setSymbol(syms->fShortMonths, syms->fShortMonthsCount, index, value, valueLength, errorCode); in setShortMonth()
|
D | smpdtfmt.cpp | 1320 …_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/ |
D | dtfmtsym.h | 577 UnicodeString* fShortMonths; variable
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 579 UnicodeString* fShortMonths; variable
|