HomeSort by relevance Sort by last modified time
    Searched refs:UOption (Results 1 - 25 of 49) sorted by null

1 2

  /external/cldr/tools/java/org/unicode/cldr/icu/
ICU2LDMLWriter.java 12 import com.ibm.icu.dev.tool.UOption;
23 private static final UOption[] options = new UOption[] {
24 UOption.HELP_H(),
25 UOption.HELP_QUESTION_MARK(),
26 UOption.DESTDIR(),
27 UOption.VERBOSE(),
28 UOption.create("main", 'm', UOption.NO_ARG),
29 UOption.create("trans", 't', UOption.NO_ARG)
    [all...]
FixEras.java 20 import com.ibm.icu.dev.tool.UOption;
30 private static final UOption[] options = new UOption[] {
31 UOption.HELP_H(),
32 UOption.HELP_QUESTION_MARK(),
33 UOption.DESTDIR(),
34 UOption.SOURCEDIR(),
61 remainingArgc = UOption.parseArgs(args, options);
RBNFWriter.java 22 import com.ibm.icu.dev.tool.UOption;
42 private static final UOption[] options = {
43 UOption.HELP_H(),
44 UOption.HELP_QUESTION_MARK(),
45 UOption.create("sourcedir", 's', UOption.REQUIRES_ARG).setDefault("."),
46 UOption.create("destdir", 'd', UOption.REQUIRES_ARG).setDefault("."),
47 UOption.create("fromfile", 'f', UOption.REQUIRES_ARG).setDefault("root.txt")
    [all...]
ConvertTransforms.java 22 import com.ibm.icu.dev.tool.UOption;
41 private static final UOption[] options = {
42 UOption.HELP_H(),
43 UOption.HELP_QUESTION_MARK(),
44 UOption.SOURCEDIR().setDefault(CLDRPaths.COMMON_DIRECTORY + "transforms/"),
45 UOption.DESTDIR().setDefault(CLDRPaths.GEN_DIRECTORY + "icu-transforms/"),
46 UOption.create("match", 'm', UOption.REQUIRES_ARG).setDefault(".*"),
47 UOption.create("commentSkip", 'c', UOption.NO_ARG)
    [all...]
CheckIBMCoverage.java 27 import com.ibm.icu.dev.tool.UOption;
40 private static final UOption[] options = new UOption[] {
41 UOption.HELP_H(),
42 UOption.HELP_QUESTION_MARK(),
43 UOption.SOURCEDIR(),
44 UOption.DESTDIR(),
45 UOption.VERBOSE(),
94 remainingArgc = UOption.parseArgs(args, options);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/
UOption.java 16 * A command-line option. A UOption specifies the name of an option
25 * This deliberately resembles the icu4c file uoption.[ch].
27 public class UOption {
44 // functor can get it from the UOption.
46 int handle(UOption option);
50 * Create a UOption with the given attributes.
52 public static UOption create(String aLongName,
55 return new UOption(aLongName, aShortName, hasArgument);
59 * Create a UOption with the given attributes.
62 public static UOption DEF(String aLongName
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/posix/
GeneratePOSIX.java 17 import com.ibm.icu.dev.tool.UOption;
35 private static final UOption[] options = {
36 UOption.HELP_H(),
37 UOption.HELP_QUESTION_MARK(),
38 UOption.create("destdir", 'd', UOption.REQUIRES_ARG).setDefault("."),
39 UOption.create("match", 'm', UOption.REQUIRES_ARG),
40 UOption.create("unicodeset", 'u', UOption.REQUIRES_ARG)
    [all...]
GenerateCharmap.java 24 import com.ibm.icu.dev.tool.UOption;
41 private static final UOption[] options = {
42 UOption.HELP_H(),
43 UOption.HELP_QUESTION_MARK(),
44 UOption.create("destdir", 'd', UOption.REQUIRES_ARG).setDefault("."),
45 UOption.create("unicodeset", 'u', UOption.REQUIRES_ARG).setDefault("[\\u0000-\\U0010FFFF]"),
46 UOption.create("charset", 'c', UOption.REQUIRES_ARG).setDefault("UTF-8")
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
uoptions.h 43 struct UOption;
44 typedef struct UOption UOption;
47 typedef int UOptionFn(void *context, UOption *option);
49 /* values of UOption.hasArg */
53 struct UOption {
63 /* macro for an entry in a declaration of UOption[] */
87 * the program's options in form of an array of UOption structures.
88 * Each UOption defines a long and a short name (a string and a character)
104 * UOption entry, and the doesOccur field is set to 1 if the optio
    [all...]
uoptions.cpp 27 int optionCount, UOption options[]) {
36 UOption *option=NULL;
  /external/icu/icu4c/source/tools/ctestfw/unicode/
uperf.h 21 struct UOption;
22 typedef struct UOption UOption;
154 UOption addOptions[], int32_t addOptionsCount,
158 void init(UOption addOptions[], int32_t addOptionsCount,
  /external/cldr/tools/java/org/unicode/cldr/tool/
CompareData.java 16 import com.ibm.icu.dev.tool.UOption;
29 private static final UOption[] options = {
30 UOption.HELP_H(),
31 UOption.HELP_QUESTION_MARK(),
32 UOption.SOURCEDIR().setDefault(CLDRPaths.BASE_DIRECTORY),
33 UOption.DESTDIR().setDefault(CLDRPaths.BASE_DIRECTORY + "../cldr-last/"),
34 UOption.create("match", 'm', UOption.REQUIRES_ARG).setDefault(".*"),
52 UOption.parseArgs(args, options);
ModifyCase.java 21 import com.ibm.icu.dev.tool.UOption;
55 private static final UOption[] options = {
56 UOption.HELP_H(),
57 UOption.HELP_QUESTION_MARK(),
58 UOption.create("dest", 'd', UOption.REQUIRES_ARG),
59 UOption.create("locales", 'l', UOption.REQUIRES_ARG),
60 UOption.create("source", 's', UOption.REQUIRES_ARG)
    [all...]
GenerateSidewaysView.java 51 import com.ibm.icu.dev.tool.UOption;
108 private static final UOption[] options = {
109 UOption.HELP_H(),
110 UOption.HELP_QUESTION_MARK(),
111 UOption.SOURCEDIR().setDefault(CLDRPaths.MAIN_DIRECTORY),
112 UOption.DESTDIR().setDefault(CLDRPaths.CHART_DIRECTORY + DIR_NAME + "/"), // C:/cvsdata/unicode/cldr/diff/by_type/
113 UOption.create("match", 'm', UOption.REQUIRES_ARG).setDefault(".*"),
114 UOption.create("skip", 'z', UOption.REQUIRES_ARG).setDefault("zh_(C|S|HK|M).*")
    [all...]
Misc.java 44 import com.ibm.icu.dev.tool.UOption;
80 private static final UOption[] options = {
81 UOption.HELP_H(),
82 UOption.HELP_QUESTION_MARK(),
83 UOption.SOURCEDIR().setDefault(CLDRPaths.COMMON_DIRECTORY),
84 UOption.DESTDIR().setDefault(CLDRPaths.GEN_DIRECTORY + "timezones/"),
85 UOption.create("match", 'm', UOption.REQUIRES_ARG).setDefault(".*"),
86 UOption.create("to_localize", 't', UOption.NO_ARG)
    [all...]
ShowData.java 40 import com.ibm.icu.dev.tool.UOption;
57 private static final UOption[] options = {
58 UOption.HELP_H(),
59 UOption.HELP_QUESTION_MARK(),
60 UOption.SOURCEDIR().setDefault(CLDRPaths.MAIN_DIRECTORY),
61 UOption.DESTDIR().setDefault(CLDRPaths.CHART_DIRECTORY + "summary/"),
62 UOption.create("match", 'm', UOption.REQUIRES_ARG).setDefault(".*"),
63 UOption.create("getscript", 'g', UOption.NO_ARG)
    [all...]
GenerateCldrTests.java 48 import com.ibm.icu.dev.tool.UOption;
82 private static final UOption[] options = {
83 UOption.HELP_H(),
84 UOption.HELP_QUESTION_MARK(),
85 UOption.SOURCEDIR().setDefault(CLDRPaths.COMMON_DIRECTORY),
86 UOption.DESTDIR().setDefault(CLDRPaths.GEN_DIRECTORY + "/test/"),
87 UOption.create("log", 'l', UOption.REQUIRES_ARG).setDefault(CLDRPaths.GEN_DIRECTORY),
88 UOption.create("match", 'm', UOption.REQUIRES_ARG).setDefault(".*")
    [all...]
CLDRModify.java 68 import com.ibm.icu.dev.tool.UOption;
230 private static final UOption[] options = {
231 UOption.HELP_H(),
232 UOption.HELP_QUESTION_MARK(),
233 UOption.SOURCEDIR().setDefault(CLDRPaths.MAIN_DIRECTORY),
234 UOption.DESTDIR().setDefault(CLDRPaths.GEN_DIRECTORY + "cldrModify/"),
235 UOption.create("match", 'm', UOption.REQUIRES_ARG).setDefault(".*"),
236 UOption.create("join", 'j', UOption.OPTIONAL_ARG)
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
PerfTest.java 28 import com.ibm.icu.dev.tool.UOption;
350 UOption[] getOptions() {
351 return new UOption[] {
352 UOption.HELP_H(),
353 UOption.HELP_QUESTION_MARK(),
354 UOption.VERBOSE(),
355 UOption.SOURCEDIR(),
356 UOption.ENCODING(),
357 UOption.DEF("uselen", 'u', UOption.NO_ARG)
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/test/
ConsoleCheckCLDR.java 64 import com.ibm.icu.dev.tool.UOption;
125 .setMatch("comprehensive|modern|moderate|basic")), // UOption.REQUIRES_ARG
127 .setFlag('x')), //, 'x', UOption.NO_ARG),
129 .setDefault(".*").setMatch(".*")), //, 'f', UOption.REQUIRES_ARG).setDefault(".*"),
132 .setDefault(".*").setMatch(".*")), //, 't', UOption.REQUIRES_ARG).setDefault(".*"),
133 date_formats(new Params().setHelp("Turn on special date format checks")), //, 'd', UOption.NO_ARG),
135 .setDefault(".*").setMatch(".*")), //, 'o', UOption.REQUIRES_ARG),
136 showall(new Params().setHelp("Show all paths, including aliased").setFlag('a')), //, 'a', UOption.NO_ARG),
138 .setDefault(".*").setMatch(".*")), //, 'p', UOption.REQUIRES_ARG).setDefault(".*"),
139 errors_only(new Params().setHelp("Show errors only (with -ef, only final processing errors)")), //, 'e', UOption.NO_ARG)
    [all...]
  /external/icu/icu4c/source/tools/gencmn/
gencmn.c 36 static UOption options[]={
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
XLIFF2ICUConverter.java 35 import com.ibm.icu.dev.tool.UOption;
51 private static final UOption[] options = new UOption[] {
52 UOption.HELP_H(),
53 UOption.HELP_QUESTION_MARK(),
54 UOption.SOURCEDIR(),
55 UOption.DESTDIR(),
56 UOption.create("target-only", 't', UOption.OPTIONAL_ARG),
57 UOption.create("source-only", 'c', UOption.OPTIONAL_ARG)
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
uperf.cpp 67 static UOption options[OPTIONS_COUNT+20]={
97 UOption addOptions[], int32_t addOptionsCount,
112 void UPerfTest::init(UOption addOptions[], int32_t addOptionsCount,
122 memcpy(options+optionsCount, addOptions, addOptionsCount*sizeof(UOption));
131 memcpy(addOptions, options+OPTIONS_COUNT, addOptionsCount*sizeof(UOption));
  /external/cldr/tools/java/org/unicode/cldr/ant/
CLDRBuild.java 22 import com.ibm.icu.dev.tool.UOption;
31 private UOption srcDir = UOption.SOURCEDIR();
32 private UOption destDir = UOption.DESTDIR();
160 private String getDirString(Args runArgs, UOption key) {
  /external/icu/icu4c/source/tools/genccode/
genccode.c 76 static UOption options[]={

Completed in 1360 milliseconds

1 2