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