Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DVerifyCompactNumbers.java39 private static final String DIR = CLDRPaths.VERIFY_DIR + "numbers/";
66 FileCopier.copy(ShowData.class, "verify-index.html", CLDRPaths.VERIFY_DIR, "index.html"); in main()
67 FileCopier.copy(ChartDelta.class, "index.css", CLDRPaths.VERIFY_DIR, "index.css"); in main()
68 FormattedFileWriter.copyIncludeHtmls(CLDRPaths.VERIFY_DIR); in main()
DVerifyZones.java239 FileCopier.copy(ShowData.class, "verify-index.html", CLDRPaths.VERIFY_DIR, "index.html"); in main()
240 FileCopier.copy(ChartDelta.class, "index.css", CLDRPaths.VERIFY_DIR, "index.css"); in main()
241 FormattedFileWriter.copyIncludeHtmls(CLDRPaths.VERIFY_DIR); in main()
DCLDRPaths.java67 public static final String VERIFY_DIR = CLDRPaths.CHART_DIRECTORY + "verify/"; field in CLDRPaths
DDateTimeFormats.java847 FileCopier.copy(ShowData.class, "verify-index.html", CLDRPaths.VERIFY_DIR, "index.html"); in main()
848 FileCopier.copy(ChartDelta.class, "index.css", CLDRPaths.VERIFY_DIR, "index.css"); in main()
849 FormattedFileWriter.copyIncludeHtmls(CLDRPaths.VERIFY_DIR); in main()