Searched refs:optionStart (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
H A DMixed.pm78 $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/
H A Ducol_sit.cpp258 char optionStart; member in struct:ShortStringOptions
291 if(*start == options[i].optionStart) {
599 buffer, &resultSize, /*capacity*/internalBufferSize, options[i].optionStart);

Completed in 114 milliseconds