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

1 2 3

  /external/chromium/third_party/icu/source/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/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/chromium/third_party/icu/source/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/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/chromium/third_party/icu/source/tools/gencmn/
gencmn.c 34 static UOption options[]={
  /external/icu4c/tools/gencmn/
gencmn.c 34 static UOption options[]={
  /external/chromium/third_party/icu/source/tools/ctestfw/
uperf.cpp 61 static UOption options[OPTIONS_COUNT+20]={
91 UOption addOptions[], int32_t addOptionsCount,
106 void UPerfTest::init(UOption addOptions[], int32_t addOptionsCount,
116 memcpy(options+optionsCount, addOptions, addOptionsCount*sizeof(UOption));
125 memcpy(addOptions, options+OPTIONS_COUNT, addOptionsCount*sizeof(UOption));
  /external/icu4c/tools/ctestfw/
uperf.cpp 61 static UOption options[OPTIONS_COUNT+20]={
91 UOption addOptions[], int32_t addOptionsCount,
106 void UPerfTest::init(UOption addOptions[], int32_t addOptionsCount,
116 memcpy(options+optionsCount, addOptions, addOptionsCount*sizeof(UOption));
125 memcpy(addOptions, options+OPTIONS_COUNT, addOptionsCount*sizeof(UOption));
  /external/chromium/third_party/icu/source/tools/genccode/
genccode.c 78 static UOption options[]={
  /external/icu4c/tools/genccode/
genccode.c 78 static UOption options[]={
  /external/chromium/third_party/icu/source/test/perf/charperf/
charperf.cpp 25 UOption options[] = {
  /external/chromium/third_party/icu/source/test/perf/ubrkperf/
ubrkperf.cpp 183 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/chromium/third_party/icu/source/tools/genbrk/
genbrk.cpp 50 static UOption options[]={
  /external/chromium/third_party/icu/source/tools/gencfu/
gencfu.cpp 49 static UOption options[]={
  /external/chromium/third_party/icu/source/tools/genctd/
genctd.cpp 54 static UOption options[]={
  /external/chromium/third_party/icu/source/tools/gentest/
gentest.c 55 static UOption options[]={
  /external/chromium/third_party/icu/source/tools/icupkg/
icupkg.cpp 158 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/genctd/
genctd.cpp 51 static UOption options[]={

Completed in 176 milliseconds

1 2 3