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

  /external/icu4c/i18n/
reldtfmt.cpp 43 fDayMin(other.fDayMin), fDayMax(other.fDayMax),
318 if(day < fDayMin || day > fDayMax) {
429 fDayMax=1;
465 if(offset > fDayMax) {
466 fDayMax = offset;
reldtfmt.h 246 int32_t fDayMax; // day id of highest #

Completed in 406 milliseconds