Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java142 noaliases(new Params().setHelp("No aliases")), //, 'n', UOption.NO_ARG), enumConstant
303 boolean noaliases = options[NO_ALIASES].doesOccur; in main()
606 … addPrettyPaths(displayFile, pathFilter, pathHeaderFactory, noaliases, true, englishPaths); in main()
607 … addPrettyPaths(displayFile, displayFile.getExtraPaths(), pathFilter, pathHeaderFactory, noaliases, in main()
1448 boolean noaliases, boolean filterDraft, Collection<String> target) { in addPrettyPaths() argument
1455 addPrettyPath(file, pathHeaderFactory, noaliases, filterDraft, target, path); in addPrettyPaths()
1460 …PathHeader.Factory pathHeaderFactory, boolean noaliases, boolean filterDraft, Collection<String> t… in addPrettyPaths() argument
1464 addPrettyPath(file, pathHeaderFactory, noaliases, filterDraft, target, path); in addPrettyPaths()
1468 …e static void addPrettyPath(CLDRFile file, PathHeader.Factory pathHeaderFactory, boolean noaliases, in addPrettyPath() argument
1470 …if (noaliases && XMLSource.Alias.isAliasPath(path)) { // this is just for console testing, the sur… in addPrettyPath()