HomeSort by relevance Sort by last modified time
    Searched refs:fDayMax (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
reldtfmt.h 259 int32_t fDayMax; // day id of highest #
reldtfmt.cpp 47 fDayMin(other.fDayMin), fDayMax(other.fDayMax),
75 fDateStyle(dateStyle), fLocale(locale), fDayMin(0), fDayMax(0), fDatesLen(0), fDates(NULL),
359 if(day < fDayMin || day > fDayMax) {
527 fDayMax=1;
564 if(offset > fDayMax) {
565 fDayMax = offset;

Completed in 189 milliseconds