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

  /external/icu4c/tools/toolutil/
uoptions.h 41 struct UOption;
42 typedef struct UOption UOption;
45 typedef int UOptionFn(void *context, UOption *option);
47 /* values of UOption.hasArg */
51 struct UOption {
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 entry, and the doesOccur field is set to 1 if the optio
    [all...]
  /external/icu4c/tools/ctestfw/unicode/
uperf.h 19 struct UOption;
20 typedef struct UOption UOption;
133 UOption addOptions[], int32_t addOptionsCount,
137 void init(UOption addOptions[], int32_t addOptionsCount,

Completed in 45 milliseconds