Searched refs:givenOptions (Results 1 – 1 of 1) sorted by relevance
645 private static void checkSuboptions(UOption givenOptions, UnicodeSet allowedOptions) { in checkSuboptions() argument646 if (givenOptions.doesOccur && !allowedOptions.containsAll(givenOptions.value)) { in checkSuboptions()648 + givenOptions.shortName in checkSuboptions()650 + new UnicodeSet().addAll(givenOptions.value).removeAll(allowedOptions) in checkSuboptions()