HomeSort by relevance Sort by last modified time
    Searched defs:SOURCEDIR (Results 1 - 24 of 24) sorted by null

  /external/fonttools/Doc/
Makefile 8 SOURCEDIR = source
13 @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
20 @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O
make.bat 10 set SOURCEDIR=source
29 %SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
33 %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
  /external/icu/icu4c/source/tools/gennorm2/
gennorm2.cpp 60 SOURCEDIR,
86 options[SOURCEDIR].value="";
124 "\t-s or --sourcedir source directory, followed by the path\n"
171 CharString filename(options[SOURCEDIR].value, errorCode);
  /external/cldr/tools/java/org/unicode/cldr/icu/
FixEras.java 29 private static final int SOURCEDIR = 3;
34 UOption.SOURCEDIR(),
38 private String sourcedir = null; field in class:FixEras
51 "-s or --sourcedir source directory followed by the path.\n" +
74 if (options[SOURCEDIR].doesOccur) {
75 sourcedir = options[SOURCEDIR].value;
88 if (sourcedir != null) {
89 sourcefile = sourcedir + "/" + file;
RBNFWriter.java 35 private static final int SOURCEDIR = 2,
45 UOption.create("sourcedir", 's', UOption.REQUIRES_ARG).setDefault("."),
74 FileInputStream inFileStream = new FileInputStream(options[SOURCEDIR].value + File.separator + fromfile);
CheckIBMCoverage.java 36 private static final int SOURCEDIR = 2;
43 UOption.SOURCEDIR(),
48 private String sourceDir = null;
57 "-s or --sourcedir source directory for files followed by path, default is current directory.\n" +
104 if (options[SOURCEDIR].doesOccur) {
105 sourceDir = options[SOURCEDIR].value;
124 } else if (sourceDir != null) {
133 File myDir = new File(sourceDir);
284 Node node = LDMLUtilities.getFullyResolvedLDML(sourceDir + "/../collation", locale, false, true, false
    [all...]
ConvertTransforms.java 33 SOURCEDIR = 2,
44 UOption.SOURCEDIR().setDefault(CLDRPaths.COMMON_DIRECTORY + "transforms/"),
55 + "-" + options[SOURCEDIR].shortName + "\t source directory. Default = -s"
342 String sourceDir = options[SOURCEDIR].value; // Utility.COMMON_DIRECTORY + "transforms/";
355 writeTransforms(sourceDir, match, targetDir + File.separator);
  /external/cldr/tools/java/org/unicode/cldr/tool/
CompareData.java 25 SOURCEDIR = 2,
32 UOption.SOURCEDIR().setDefault(CLDRPaths.BASE_DIRECTORY),
53 String sourceDir = options[SOURCEDIR].value + "common/main/";
54 System.out.println(new File(sourceDir).getCanonicalPath());
58 cldrFactory = Factory.make(sourceDir, options[MATCH].value);
ModifyCase.java 52 SOURCEDIR = 4,
107 options[SOURCEDIR].value == null || options[XPATHS].value == null) {
114 m_sourceDir = options[SOURCEDIR].value;
209 // Factory cldrFactory = Factory.make(sourceDir, ".*");
ShowData.java 52 private static final int HELP1 = 0, HELP2 = 1, SOURCEDIR = 2, DESTDIR = 3,
60 UOption.SOURCEDIR().setDefault(CLDRPaths.MAIN_DIRECTORY),
99 String sourceDir = options[SOURCEDIR].value; // Utility.COMMON_DIRECTORY
103 cldrFactory = Factory.make(sourceDir, ".*");
121 // .make(sourceDir.replace("incoming/vetted/","common/") + "../collation/", ".*");
    [all...]
CLDRModify.java 215 SOURCEDIR = 2,
233 UOption.SOURCEDIR().setDefault(CLDRPaths.MAIN_DIRECTORY),
256 + options[SOURCEDIR].shortName
322 // String sourceDir = "C:\\ICU4C\\locale\\common\\main\\";
324 String sourceInput = options[SOURCEDIR].value;
347 String sourceDir = sourceDirBase + dir;
348 if (!new File(sourceDir).isDirectory()) continue;
358 Factory cldrFactory = Factory.make(sourceDir, ".*");
384 * Factory cldrFactory = Factory.make(sourceDir, ".*");
568 // ToolUtilities.generateBat(sourceDir, test + ".xml", targetDir, test + ".xml", lineComparer)
    [all...]
GenerateCldrTests.java 78 private static final int HELP1 = 0, HELP2 = 1, SOURCEDIR = 2, DESTDIR = 3,
85 UOption.SOURCEDIR().setDefault(CLDRPaths.COMMON_DIRECTORY),
124 options[GenerateCldrTests.SOURCEDIR].value + "main/",
283 mainCldrFactory = Factory.make(options[SOURCEDIR].value + "main"
286 Factory collationCldrFactory = Factory.make(options[SOURCEDIR].value
288 //Factory supplementalCldrFactory = Factory.make(options[SOURCEDIR].value
303 cldrCollations = new GenerateCldrCollationTests(options[SOURCEDIR].value
322 * cldrOthers = new GenerateCldrDateTimeTests(options[SOURCEDIR].value +
363 ToolUtilities.generateBat(options[SOURCEDIR].value + "test" + File.separator,
    [all...]
GenerateSidewaysView.java 98 SOURCEDIR = 2,
111 UOption.SOURCEDIR().setDefault(CLDRPaths.MAIN_DIRECTORY),
174 // Factory cldrFactory = Factory.make(options[SOURCEDIR].value, options[MATCH].value);
    [all...]
Misc.java 67 SOURCEDIR = 2,
83 UOption.SOURCEDIR().setDefault(CLDRPaths.COMMON_DIRECTORY),
99 + "-" + options[SOURCEDIR].shortName + "\tsource directory. Default = "
142 cldrFactory = Factory.make(options[SOURCEDIR].value + "/main/", options[MATCH].value);
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
uperf.cpp 33 "\t-s or --sourcedir source directory for files followed by path\n"
53 SOURCEDIR,
87 fileName(NULL), sourceDir("."),
103 fileName(NULL), sourceDir("."),
144 if(options[SOURCEDIR].doesOccur) {
145 sourceDir = options[SOURCEDIR].value;
192 ucbuf_resolveFileName(sourceDir, fileName, NULL, &len, &status);
201 ucbuf_resolveFileName(sourceDir, fileName, resolvedFileName, &len, &status);
  /external/icu/icu4c/source/tools/gensprep/
gensprep.c 87 SOURCEDIR,
115 "\t-s or --sourcedir source directory of ICU data, followed by the path\n"
153 options[SOURCEDIR].value="";
174 srcDir=options[SOURCEDIR].value;
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/
UOption.java 79 public static UOption SOURCEDIR() { return create("sourcedir", 's', REQUIRES_ARG); }
  /external/icu/icu4c/source/tools/genrb/
genrb.cpp 63 SOURCEDIR,
199 "\t-s or --sourcedir source directory for files followed by path, defaults to %s\n"
249 if(options[SOURCEDIR].doesOccur) {
250 inputDir = options[SOURCEDIR].value;
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 209 SOURCEDIR,
234 options[DESTDIR].value=options[SOURCEDIR].value=u_getDataDirectory();
253 "\t-s or --sourcedir source directory, followed by the path\n",
269 path=options[SOURCEDIR].value;
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
PerfTest.java 82 protected String sourceDir;
332 static final int SOURCEDIR = 3;
355 UOption.SOURCEDIR(),
454 sourceDir = null;
521 if (options[SOURCEDIR].doesOccur) sourceDir = options[SOURCEDIR].value;
    [all...]
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 117 SOURCEDIR,
449 if( options[SOURCEDIR].doesOccur ) {
450 o.srcDir = options[SOURCEDIR].value;
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
XLIFF2ICUConverter.java 44 private static final int SOURCEDIR = 2;
54 UOption.SOURCEDIR(),
144 private String sourceDir = null;
172 if(options[SOURCEDIR].doesOccur) {
173 sourceDir = options[SOURCEDIR].value;
221 "-s or --sourcedir source directory for files followed by path, default is current directory.\n" +
259 if(sourceDir != null && fName != null) {
260 str = sourceDir + File.separator + fName;
    [all...]
  /external/cldr/tools/c/genldml/
genldml.cpp 39 SOURCEDIR,
72 "\t-s or --sourcedir source directory for files followed by path\n"
112 if(options[SOURCEDIR].doesOccur) {
113 srcDir = options[SOURCEDIR].value;
    [all...]
  /external/cldr/tools/java/libs/
utilities.jar 

Completed in 447 milliseconds