Searched refs:sParsedPatternScratch (Results 1 – 1 of 1) sorted by relevance
92 private static final int[] sParsedPatternScratch = new int[MAX_PATTERN_STORAGE]; field in PatternMatcher287 sParsedPatternScratch[it++] = PARSED_TOKEN_CHAR_SET_INVERSE_START;290 sParsedPatternScratch[it++] = PARSED_TOKEN_CHAR_SET_START;301 int parsedToken = sParsedPatternScratch[it - 1];307 sParsedPatternScratch[it++] = PARSED_TOKEN_CHAR_SET_STOP;314 if (it == 0 || isParsedModifier(sParsedPatternScratch[it - 1])) {317 sParsedPatternScratch[it++] = PARSED_MODIFIER_RANGE_START;324 sParsedPatternScratch[it++] = PARSED_MODIFIER_RANGE_STOP;330 if (it == 0 || isParsedModifier(sParsedPatternScratch[it - 1])) {333 sParsedPatternScratch[it++] = PARSED_MODIFIER_ZERO_OR_MORE;[all …]