Searched defs:UOption (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Duoptions.h41 struct UOption;
42 typedef struct UOption UOption; typedef in typeref:struct:UOption
45 typedef int UOptionFn(void *context, UOption *option);
47 /* values of UOption.hasArg */
51 struct UOption { struct
61 /* macro for an entry in a declaration of UOption[] */
85 * the program's options in form of an array of UOption structures.
86 * Each UOption defines a long and a short name (a string and a character)
102 * UOption entr
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Duoptions.h41 struct UOption;
42 typedef struct UOption UOption; typedef in typeref:struct:UOption
45 typedef int UOptionFn(void *context, UOption *option);
47 /* values of UOption.hasArg */
51 struct UOption { struct
61 /* macro for an entry in a declaration of UOption[] */
85 * the program's options in form of an array of UOption structures.
86 * Each UOption defines a long and a short name (a string and a character)
102 * UOption entr
[all...]
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
H A Duperf.h19 struct UOption;
20 typedef struct UOption UOption; typedef in typeref:struct:UOption
133 UOption addOptions[], int32_t addOptionsCount,
137 void init(UOption addOptions[], int32_t addOptionsCount,
/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Duperf.h19 struct UOption;
20 typedef struct UOption UOption; typedef in typeref:struct:UOption
152 UOption addOptions[], int32_t addOptionsCount,
156 void init(UOption addOptions[], int32_t addOptionsCount,

Completed in 152 milliseconds