Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddtfmtsym.cpp324 … assignArray(fShortWeekdays, fShortWeekdaysCount, other.fShortWeekdays, other.fShortWeekdaysCount); in copyData()
451 fShortWeekdaysCount == other.fShortWeekdaysCount && in operator ==()
476 arrayCompare(fShortWeekdays, other.fShortWeekdays, fShortWeekdaysCount) && in operator ==()
604 count = fShortWeekdaysCount; in getShortWeekdays()
620 count = fShortWeekdaysCount; in getWeekdays()
873 fShortWeekdaysCount = count; in setShortWeekdays()
898 fShortWeekdaysCount = count; in setWeekdays()
1240 fShortWeekdaysCount=0; in initializeData()
1333 …initField(&fShortWeekdays, fShortWeekdaysCount, (const UChar *)gLastResortDayNames, kDayNum, kDayL… in initializeData()
1485 fShortWeekdaysCount = ures_getSize(lsweekdaysData); in initializeData()
[all …]
Dudat.cpp711 … setSymbol(syms->fShortWeekdays, syms->fShortWeekdaysCount, index, value, valueLength, errorCode); in setShortWeekday()
Dsmpdtfmt.cpp1671 fSymbols->fShortWeekdaysCount); in subFormat()
2855 … fSymbols->fShortWeekdays, fSymbols->fShortWeekdaysCount, cal)) > 0) in subParse()
/external/icu4c/i18n/unicode/
Ddtfmtsym.h538 int32_t fShortWeekdaysCount; variable