Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java308 static String sourceInput; field in CLDRModify
327 sourceInput = options[SOURCEDIR].value; in main()
330 sourceInput = removeSuffix(sourceInput, "main/", "main"); in main()
333 …String sourceDirBase = CldrUtility.checkValidDirectory(sourceInput); // Utility.COMMON_DIRECTORY +… in main()
2092 … String leaf = sourceInput.contains("annotations") ? "annotations/" : "main/";