Searched refs:UOption (Results 1 - 25 of 29) sorted by relevance

12

/external/icu4c/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...]
H A Duoptions.c25 int optionCount, UOption options[]) {
34 UOption *option=NULL;
/external/icu4c/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/icu4c/tools/gencmn/
H A Dgencmn.c34 static UOption options[]={
/external/icu4c/tools/ctestfw/
H A Duperf.cpp61 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/genccode/
H A Dgenccode.c78 static UOption options[]={
/external/icu4c/test/perf/charperf/
H A Dcharperf.cpp25 UOption options[] = {
/external/icu4c/test/perf/ubrkperf/
H A Dubrkperf.cpp183 UOption options[]={
/external/icu4c/tools/gentest/
H A Dgentest.c55 static UOption options[]={
/external/icu4c/tools/genbrk/
H A Dgenbrk.cpp50 static UOption options[]={
/external/icu4c/tools/gencfu/
H A Dgencfu.cpp49 static UOption options[]={
/external/icu4c/tools/genctd/
H A Dgenctd.cpp51 static UOption options[]={
/external/icu4c/tools/gennorm2/
H A Dgennorm2.cpp66 static UOption options[]={
/external/icu4c/tools/icuinfo/
H A Dicuinfo.cpp38 static UOption options[]={
/external/icu4c/tools/icupkg/
H A Dicupkg.cpp158 static UOption options[]={
/external/icu4c/samples/uresb/
H A Duresb.c63 static UOption options[]={
/external/icu4c/test/perf/utfperf/
H A Dutfperf.cpp53 static UOption options[UTFPERF_OPTIONS_COUNT]={
/external/icu4c/tools/gensprep/
H A Dgensprep.c63 static UOption options[]={
/external/icu4c/tools/tzcode/
H A Dicuzdump.cpp277 static UOption options[]={
/external/icu4c/tools/pkgdata/
H A Dpkgdata.cpp126 static int32_t pkg_getOptionsFromICUConfig(UBool verbose, UOption *option);
169 static UOption options[]={
1763 static int32_t pkg_getOptionsFromICUConfig(UBool verbose, UOption *option) {
/external/icu4c/test/perf/unisetperf/
H A Dunisetperf.cpp34 static UOption options[UNISETPERF_OPTIONS_COUNT]={
/external/icu4c/test/perf/normperf/
H A Dnormperf.cpp112 static UOption cmdLineOptions[]={
/external/icu4c/tools/genrb/
H A Dgenrb.c66 UOption options[]={
/external/icu4c/tools/icuswap/
H A Dicuswap.cpp47 static UOption options[]={
/external/icu4c/tools/makeconv/
H A Dmakeconv.c182 static UOption options[]={

Completed in 143 milliseconds

12