Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DCheckCLDR.java390 public Options(Map<String, String> fromOptions) { in Options() argument
392 setAll(fromOptions); in Options()
396 private void setAll(Map<String, String> fromOptions) { in setAll() argument
397 for (Map.Entry<String, String> e : fromOptions.entrySet()) { in setAll()