Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp382 … assignArray(fShortWeekdays, fShortWeekdaysCount, other.fShortWeekdays, other.fShortWeekdaysCount); in copyData()
553 fShortWeekdaysCount == other.fShortWeekdaysCount && in operator ==()
588 arrayCompare(fShortWeekdays, other.fShortWeekdays, fShortWeekdaysCount) && in operator ==()
733 count = fShortWeekdaysCount; in getShortWeekdays()
749 count = fShortWeekdaysCount; in getWeekdays()
1070 fShortWeekdaysCount = count; in setShortWeekdays()
1095 fShortWeekdaysCount = count; in setWeekdays()
2050 fShortWeekdaysCount=0; in initializeData()
2388 initField(&fShortWeekdays, fShortWeekdaysCount, calendarSink, in initializeData()
2396 assignArray(fShorterWeekdays, fShorterWeekdaysCount, fShortWeekdays, fShortWeekdaysCount); in initializeData()
[all …]
Dudat.cpp983 … setSymbol(syms->fShortWeekdays, syms->fShortWeekdaysCount, index, value, valueLength, errorCode); in setShortWeekday()
Dsmpdtfmt.cpp1618 fSymbols->fShortWeekdaysCount); in subFormat()
3245 … fSymbols->fShortWeekdays, fSymbols->fShortWeekdaysCount, NULL, cal)) > 0) in subParse()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h709 int32_t fShortWeekdaysCount; variable