HomeSort by relevance Sort by last modified time
    Searched refs:hasArg (Results 1 - 8 of 8) sorted by null

  /external/chromium/third_party/icu/source/tools/toolutil/
uoptions.c 56 if(option->hasArg!=UOPT_NO_ARG) {
61 } else if(option->hasArg==UOPT_REQUIRES_ARG) {
84 if(option->hasArg!=UOPT_NO_ARG) {
96 } else if(option->hasArg==UOPT_REQUIRES_ARG) {
uoptions.h 47 /* values of UOption.hasArg */
57 char hasArg; /* enum value: option takes no/requires/may have argument */
62 #define UOPTION_DEF(longName, shortName, hasArg) \
63 { longName, NULL, NULL, NULL, shortName, hasArg, 0 }
  /external/icu4c/tools/toolutil/
uoptions.c 56 if(option->hasArg!=UOPT_NO_ARG) {
61 } else if(option->hasArg==UOPT_REQUIRES_ARG) {
84 if(option->hasArg!=UOPT_NO_ARG) {
96 } else if(option->hasArg==UOPT_REQUIRES_ARG) {
uoptions.h 47 /* values of UOption.hasArg */
57 char hasArg; /* enum value: option takes no/requires/may have argument */
62 #define UOPTION_DEF(longName, shortName, hasArg) \
63 { longName, NULL, NULL, NULL, shortName, hasArg, 0 }
  /external/emma/core/java12/com/vladium/util/args/
IOptsParser.java 50 boolean hasArg (String name);
OptsParser.java 643 public boolean hasArg (final String name)
    [all...]
  /external/emma/lib/
emma.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 107 milliseconds