Home
last modified time | relevance | path

Searched refs:fStandaloneMonthsCount (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/
Ddtfmtsym.cpp320 …assignArray(fStandaloneMonths, fStandaloneMonthsCount, other.fStandaloneMonths, other.fStandaloneM… in copyData()
447 fStandaloneMonthsCount == other.fStandaloneMonthsCount && in operator ==()
472 arrayCompare(fStandaloneMonths, other.fStandaloneMonths, fStandaloneMonthsCount) && in operator ==()
573 count = fStandaloneMonthsCount; in getMonths()
824 fStandaloneMonthsCount = count; in setMonths()
1232 fStandaloneMonthsCount=0; in initializeData()
1329 …initField(&fStandaloneMonths, fStandaloneMonthsCount, (const UChar *)gLastResortMonthNames, kMonth… in initializeData()
1374 …initField(&fStandaloneMonths, fStandaloneMonthsCount, calData.getByKey3(gMonthNamesTag, gNamesStan… in initializeData()
1377 …initField(&fStandaloneMonths, fStandaloneMonthsCount, calData.getByKey2(gMonthNamesTag, gNamesWide… in initializeData()
Dudat.cpp683 …setSymbol(syms->fStandaloneMonths, syms->fStandaloneMonthsCount, index, value, valueLength, errorC… in setStandaloneMonth()
Dsmpdtfmt.cpp1611 fSymbols->fStandaloneMonthsCount); in subFormat()
2795 … fSymbols->fStandaloneMonths, fSymbols->fStandaloneMonthsCount, cal)) > 0) in subParse()
/external/icu4c/i18n/unicode/
Ddtfmtsym.h514 int32_t fStandaloneMonthsCount; variable