Searched refs:dashdash (Results 1 – 2 of 2) sorted by relevance
213 const OUString dashdash(RTL_CONSTASCII_USTRINGPARAM("--")); in readOption() local216 if(aArg.indexOf(dashdash) == 0 && aOpt.equals(aArg.copy(2))) in readOption()639 const OUString dashdash = OUString(RTL_CONSTASCII_USTRINGPARAM("--")); variable640 if (dashdash == arg)
103 const OUString dashdash(RTL_CONSTASCII_USTRINGPARAM("--")); in readOption() local108 (aArg.indexOf(dashdash) == 0 && aOpt.equalsIgnoreAsciiCase(aArg.copy(2))) ) in readOption()
Completed in 18 milliseconds