Searched refs:matchString (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/ucb/source/regexp/ |
H A D | regexp.cxx | 314 bool matchString(sal_Unicode const ** pBegin, sal_Unicode const * pEnd, in matchString() function 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() 421 else if (matchString(&p, pEnd, 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() [all …]
|
Completed in 11 milliseconds