Searched refs:sParsedPatternScratch (Results 1 – 1 of 1) sorted by relevance
92 private static final int[] sParsedPatternScratch = new int[MAX_PATTERN_STORAGE]; field in PatternMatcher297 sParsedPatternScratch[it++] = PARSED_TOKEN_CHAR_SET_INVERSE_START;300 sParsedPatternScratch[it++] = PARSED_TOKEN_CHAR_SET_START;311 int parsedToken = sParsedPatternScratch[it - 1];317 sParsedPatternScratch[it++] = PARSED_TOKEN_CHAR_SET_STOP;324 if (it == 0 || isParsedModifier(sParsedPatternScratch[it - 1])) {327 sParsedPatternScratch[it++] = PARSED_MODIFIER_RANGE_START;334 sParsedPatternScratch[it++] = PARSED_MODIFIER_RANGE_STOP;340 if (it == 0 || isParsedModifier(sParsedPatternScratch[it - 1])) {343 sParsedPatternScratch[it++] = PARSED_MODIFIER_ZERO_OR_MORE;[all …]