Lines Matching refs:RTL_CONSTASCII_STRINGPARAM
251 aBuffer.appendAscii(RTL_CONSTASCII_STRINGPARAM("(.*)")); in getRegexp()
256 appendAscii(RTL_CONSTASCII_STRINGPARAM("(([/?#].*)?)")); in getRegexp()
260 aBuffer.appendAscii(RTL_CONSTASCII_STRINGPARAM("([^/?#]")); in getRegexp()
265 appendAscii(RTL_CONSTASCII_STRINGPARAM("([/?#].*)?)")); in getRegexp()
268 aBuffer.appendAscii(RTL_CONSTASCII_STRINGPARAM("->")); in getRegexp()
279 aBuffer.appendAscii(RTL_CONSTASCII_STRINGPARAM("\\1")); in getRegexp()
292 aBuffer.appendAscii(RTL_CONSTASCII_STRINGPARAM(".*")); in getRegexp()
296 aBuffer.appendAscii(RTL_CONSTASCII_STRINGPARAM("([/?#].*)?")); in getRegexp()
300 aBuffer.appendAscii(RTL_CONSTASCII_STRINGPARAM("[^/?#]")); in getRegexp()
304 aBuffer.appendAscii(RTL_CONSTASCII_STRINGPARAM("([/?#].*)?")); in getRegexp()
393 if (matchString(&p, pEnd, RTL_CONSTASCII_STRINGPARAM(".*"))) in parse()
401 else if (matchString(&p, pEnd, RTL_CONSTASCII_STRINGPARAM("(.*)->"))) in parse()
406 if (!matchString(&p, pEnd, RTL_CONSTASCII_STRINGPARAM("\\1")) in parse()
413 else if (matchString(&p, pEnd, RTL_CONSTASCII_STRINGPARAM("([/?#].*)?"))) in parse()
422 RTL_CONSTASCII_STRINGPARAM("(([/?#].*)?)->"))) in parse()
426 && matchString(&p, pEnd, RTL_CONSTASCII_STRINGPARAM("\\1")) in parse()
442 if (!matchString(&p, pEnd, RTL_CONSTASCII_STRINGPARAM("[^/?#]"))) in parse()
452 if (!matchString(&p, pEnd, RTL_CONSTASCII_STRINGPARAM("([/?#].*)?"))) in parse()
457 && !(matchString(&p, pEnd, RTL_CONSTASCII_STRINGPARAM(")->")) in parse()
459 && matchString(&p, pEnd, RTL_CONSTASCII_STRINGPARAM("\\1")))) in parse()