Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp383 … assignArray(fShortWeekdays, fShortWeekdaysCount, other.fShortWeekdays, other.fShortWeekdaysCount); in copyData()
554 fShortWeekdaysCount == other.fShortWeekdaysCount && in operator ==()
589 arrayCompare(fShortWeekdays, other.fShortWeekdays, fShortWeekdaysCount) && in operator ==()
734 count = fShortWeekdaysCount; in getShortWeekdays()
750 count = fShortWeekdaysCount; in getWeekdays()
1071 fShortWeekdaysCount = count; in setShortWeekdays()
1096 fShortWeekdaysCount = count; in setWeekdays()
2047 fShortWeekdaysCount=0; in initializeData()
2395 initField(&fShortWeekdays, fShortWeekdaysCount, calendarSink, in initializeData()
2403 assignArray(fShorterWeekdays, fShorterWeekdaysCount, fShortWeekdays, fShortWeekdaysCount); in initializeData()
[all …]
Dudat.cpp987 … setSymbol(syms->fShortWeekdays, syms->fShortWeekdaysCount, index, value, valueLength, errorCode); in setShortWeekday()
Dsmpdtfmt.cpp1616 fSymbols->fShortWeekdaysCount); in subFormat()
3293 … fSymbols->fShortWeekdays, fSymbols->fShortWeekdaysCount, NULL, cal)) > 0) in subParse()
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h711 int32_t fShortWeekdaysCount; variable