Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java317 checkSuboptions(options[FIX], fixList.getOptions()); in main()
318 checkSuboptions(options[JOIN_ARGS], allMergeOptions); in main()
645 private static void checkSuboptions(UOption givenOptions, UnicodeSet allowedOptions) { in checkSuboptions() method in CLDRModify