Searched refs:locationRegexPos (Results 1 – 1 of 1) sorted by relevance
77 final int locationRegexPos = statusRegexPos + splits[1].length() + REGEX_SEPARATOR.length(); in parseSpec() local79 final Pattern locationRegex = parsePatternIfNonEmpty(splits[2], locationRegexPos); in parseSpec()