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