Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddtfmtsym.cpp305 … assignArray(fShortWeekdays, fShortWeekdaysCount, other.fShortWeekdays, other.fShortWeekdaysCount); in copyData()
444 fShortWeekdaysCount == other.fShortWeekdaysCount && in operator ==()
469 arrayCompare(fShortWeekdays, other.fShortWeekdays, fShortWeekdaysCount) && in operator ==()
598 count = fShortWeekdaysCount; in getShortWeekdays()
614 count = fShortWeekdaysCount; in getWeekdays()
874 fShortWeekdaysCount = count; in setShortWeekdays()
899 fShortWeekdaysCount = count; in setWeekdays()
1319 fShortWeekdaysCount=0; in initializeData()
1479 …initField(&fShortWeekdays, fShortWeekdaysCount, (const UChar *)gLastResortDayNames, kDayNum, kDayL… in initializeData()
1584 fShortWeekdaysCount = ures_getSize(lsweekdaysData); in initializeData()
[all …]
Dudat.cpp754 … setSymbol(syms->fShortWeekdays, syms->fShortWeekdaysCount, index, value, valueLength, errorCode); in setShortWeekday()
Dsmpdtfmt.cpp1372 fSymbols->fShortWeekdaysCount); in subFormat()
2713 … fSymbols->fShortWeekdays, fSymbols->fShortWeekdaysCount, NULL, cal)) > 0) in subParse()
/external/icu4c/i18n/unicode/
Ddtfmtsym.h605 int32_t fShortWeekdaysCount; variable