Lines Matching refs:regex
15 #include "unicode/regex.h"
273 RegexPattern::compile(const UnicodeString ®ex,
309 compiler.compile(regex, pe, status);
324 RegexPattern::compile(UText *regex,
360 compiler.compile(regex, pe, status);
374 RegexPattern::compile(const UnicodeString ®ex,
378 return compile(regex, 0, pe, err);
386 RegexPattern::compile(UText *regex,
390 return compile(regex, 0, pe, err);
398 RegexPattern::compile(const UnicodeString ®ex,
403 return compile(regex, flags, pe, err);
411 RegexPattern::compile(UText *regex,
416 return compile(regex, flags, pe, err);
503 UBool U_EXPORT2 RegexPattern::matches(const UnicodeString ®ex,
514 pat = RegexPattern::compile(regex, 0, pe, status);
527 UBool U_EXPORT2 RegexPattern::matches(UText *regex,
538 pat = RegexPattern::compile(regex, 0, pe, status);