Searched refs:fStandaloneMonths (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 303 …assignArray(fStandaloneMonths, fStandaloneMonthsCount, other.fStandaloneMonths, other.fStandaloneM… in copyData() 376 if (fStandaloneMonths) delete[] fStandaloneMonths; in dispose() 473 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) && in operator ==() 579 returnValue = fStandaloneMonths; in getMonths() 843 if (fStandaloneMonths) in setMonths() 844 delete[] fStandaloneMonths; in setMonths() 845 fStandaloneMonths = newUnicodeStringArray(count); in setMonths() 846 uprv_arrayCopy( monthsArray,fStandaloneMonths,count); in setMonths() 1356 fStandaloneMonths = NULL; in initializeData() 1527 …initField(&fStandaloneMonths, fStandaloneMonthsCount, (const UChar *)gLastResortMonthNames, kMonth… in initializeData() [all …]
|
D | udat.cpp | 745 …setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorC… in setStandaloneMonth()
|
D | smpdtfmt.cpp | 1341 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fStandaloneMonths, fSymbols->fStandaloneM… in subFormat() 2752 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneMonths, fSymbols->fStandalone… in subParse()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | dtfmtsym.cpp | 303 …assignArray(fStandaloneMonths, fStandaloneMonthsCount, other.fStandaloneMonths, other.fStandaloneM… in copyData() 376 if (fStandaloneMonths) delete[] fStandaloneMonths; in dispose() 473 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) && in operator ==() 579 returnValue = fStandaloneMonths; in getMonths() 843 if (fStandaloneMonths) in setMonths() 844 delete[] fStandaloneMonths; in setMonths() 845 fStandaloneMonths = newUnicodeStringArray(count); in setMonths() 846 uprv_arrayCopy( monthsArray,fStandaloneMonths,count); in setMonths() 1346 fStandaloneMonths = NULL; in initializeData() 1517 …initField(&fStandaloneMonths, fStandaloneMonthsCount, (const UChar *)gLastResortMonthNames, kMonth… in initializeData() [all …]
|
D | udat.cpp | 742 …setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorC… in setStandaloneMonth()
|
D | smpdtfmt.cpp | 1314 …_appendSymbolWithMonthPattern(appendTo, value, fSymbols->fStandaloneMonths, fSymbols->fStandaloneM… in subFormat() 2720 …newStart = matchString(text, start, UCAL_MONTH, fSymbols->fStandaloneMonths, fSymbols->fStandalone… in subParse()
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | dtfmtsym.h | 589 UnicodeString* fStandaloneMonths; variable
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 591 UnicodeString* fStandaloneMonths; variable
|