Home | History | Annotate | Download | only in text

Lines Matching defs:DATE_MASK

561             datePattern = getBestAppending(current, neededFields & DATE_MASK, _distanceInfo, skipMatcher, flags, options);
1580 boolean isDate = (foundMask & DATE_MASK) != 0;
2093 DATE_MASK = (1<<DAYPERIOD) - 1,
2094 TIME_MASK = (1<<TYPE_LIMIT) - 1 - DATE_MASK;