Lines Matching refs:fIntervalLow
994 fIntervalLow = 0; in doParseActions()
1003 int64_t val = (int64_t)fIntervalLow*10 + digitValue; in doParseActions()
1007 fIntervalLow = (int32_t)val; in doParseActions()
1031 fIntervalUpper = fIntervalLow; in doParseActions()
2454 fRXPat->fCompiledPat->setElementAt(fIntervalLow, topOfBlock+2); in compileInterval()
2461 if ((fIntervalLow & 0xff000000) != 0 || in compileInterval()
2466 if (fIntervalLow > fIntervalUpper && fIntervalUpper != -1) { in compileInterval()
2474 if (fIntervalUpper > 10 || fIntervalUpper < fIntervalLow) { in compileInlineInterval()
2511 + fIntervalUpper + (fIntervalUpper-fIntervalLow); in compileInlineInterval()
2513 if (fIntervalLow == 0) { in compileInlineInterval()
2525 if (i >= fIntervalLow) { in compileInlineInterval()