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

  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 78 $optionStart = "-"; # Dash is the default option starter
81 # with no whitespace, it is the desired value for $optionStart:
82 $optionStart = shift @_ if $_[0] =~ /^[^a-z0-9\s]+$/i;
285 index($optionStart,substr($ARGV[$i],0,1)) < 0) {
626 =item $optionStart
  /external/icu4c/i18n/
ucol_sit.cpp 258 char optionStart;
291 if(*start == options[i].optionStart) {
599 buffer, &resultSize, /*capacity*/internalBufferSize, options[i].optionStart);

Completed in 54 milliseconds