Searched refs:statusRegexPos (Results 1 – 1 of 1) sorted by relevance
76 final int statusRegexPos = splits[0].length() + REGEX_SEPARATOR.length(); in parseSpec() local77 final int locationRegexPos = statusRegexPos + splits[1].length() + REGEX_SEPARATOR.length(); in parseSpec()78 final Pattern statusRegex = parsePatternIfNonEmpty(splits[1], statusRegexPos); in parseSpec()