Home
last modified time | relevance | path

Searched refs:allowedOptions (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java645 private static void checkSuboptions(UOption givenOptions, UnicodeSet allowedOptions) { in checkSuboptions() argument
646 if (givenOptions.doesOccur && !allowedOptions.containsAll(givenOptions.value)) { in checkSuboptions()
650 + new UnicodeSet().addAll(givenOptions.value).removeAll(allowedOptions) in checkSuboptions()