Searched refs:restrictionMatcher (Results 1 – 1 of 1) sorted by relevance
1302 Matcher restrictionMatcher = restrictionPattern.matcher(line); in isRestrictionSetOnUser() local1303 if (userFound && restrictionMatcher.find()) { in isRestrictionSetOnUser()1306 lastIndent = restrictionMatcher.group(1).length(); in isRestrictionSetOnUser()