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

1 2

  /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...]
uoptions.c 25 int optionCount, UOption options[]) {
34 UOption *option=NULL;
  /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,
  /external/icu4c/tools/gencmn/
gencmn.c 34 static UOption options[]={
  /external/icu4c/tools/ctestfw/
uperf.cpp 65 static UOption options[OPTIONS_COUNT+20]={
95 UOption addOptions[], int32_t addOptionsCount,
110 void UPerfTest::init(UOption addOptions[], int32_t addOptionsCount,
120 memcpy(options+optionsCount, addOptions, addOptionsCount*sizeof(UOption));
129 memcpy(addOptions, options+OPTIONS_COUNT, addOptionsCount*sizeof(UOption));
  /external/icu4c/tools/genccode/
genccode.c 74 static UOption options[]={
  /external/icu4c/test/perf/charperf/
charperf.cpp 25 UOption options[] = {
  /external/icu4c/test/perf/ubrkperf/
ubrkperf.cpp 183 UOption options[]={
  /external/icu4c/tools/gentest/
gentest.c 55 static UOption options[]={
  /external/icu4c/tools/icuinfo/
icuinfo.cpp 38 static UOption options[]={
  /external/icu4c/tools/genbrk/
genbrk.cpp 50 static UOption options[]={
  /external/icu4c/tools/gencfu/
gencfu.cpp 49 static UOption options[]={
  /external/icu4c/tools/gennorm2/
gennorm2.cpp 66 static UOption options[]={
  /external/icu4c/tools/icupkg/
icupkg.cpp 158 static UOption options[]={
  /external/icu4c/samples/uresb/
uresb.c 63 static UOption options[]={
  /external/icu4c/test/perf/utfperf/
utfperf.cpp 53 static UOption options[UTFPERF_OPTIONS_COUNT]={
  /external/icu4c/tools/gensprep/
gensprep.c 64 static UOption options[]={
  /external/icu4c/tools/tzcode/
icuzdump.cpp 277 static UOption options[]={
  /external/icu4c/test/perf/unisetperf/
unisetperf.cpp 34 static UOption options[UNISETPERF_OPTIONS_COUNT]={
  /external/icu4c/tools/gendict/
gendict.cpp 87 static UOption options[]={
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 81 static int32_t pkg_getOptionsFromICUConfig(UBool verbose, UOption *option);
131 static UOption options[]={
    [all...]
  /external/icu4c/test/perf/normperf/
normperf.cpp 112 static UOption cmdLineOptions[]={
  /external/icu4c/tools/genrb/
genrb.c 66 UOption options[]={
  /external/icu4c/tools/icuswap/
icuswap.cpp 47 static UOption options[]={
  /external/icu4c/tools/makeconv/
makeconv.c 182 static UOption options[]={

Completed in 1348 milliseconds

1 2