Searched refs:fIntervalLow (Results 1 – 2 of 2) sorted by relevance
998 fIntervalLow = 0; in doParseActions()1007 int64_t val = (int64_t)fIntervalLow*10 + digitValue; in doParseActions()1011 fIntervalLow = (int32_t)val; in doParseActions()1035 fIntervalUpper = fIntervalLow; in doParseActions()2459 fRXPat->fCompiledPat->setElementAt(fIntervalLow, topOfBlock+2); in compileInterval()2466 if ((fIntervalLow & 0xff000000) != 0 || in compileInterval()2471 if (fIntervalLow > fIntervalUpper && fIntervalUpper != -1) { in compileInterval()2479 if (fIntervalUpper > 10 || fIntervalUpper < fIntervalLow) { in compileInlineInterval()2516 + fIntervalUpper + (fIntervalUpper-fIntervalLow); in compileInlineInterval()2518 if (fIntervalLow == 0) { in compileInlineInterval()[all …]
207 int32_t fIntervalLow; // {lower, upper} interval quantifier values. variable