Lines Matching refs:compile
273 RegexPattern::compile(const UnicodeString ®ex, in compile() function in RegexPattern
309 compiler.compile(regex, pe, status); in compile()
324 RegexPattern::compile(UText *regex, in compile() function in RegexPattern
360 compiler.compile(regex, pe, status); in compile()
374 RegexPattern::compile(const UnicodeString ®ex, in compile() function in RegexPattern
378 return compile(regex, 0, pe, err); in compile()
386 RegexPattern::compile(UText *regex, in compile() function in RegexPattern
390 return compile(regex, 0, pe, err); in compile()
398 RegexPattern::compile(const UnicodeString ®ex, in compile() function in RegexPattern
403 return compile(regex, flags, pe, err); in compile()
411 RegexPattern::compile(UText *regex, in compile() function in RegexPattern
416 return compile(regex, flags, pe, err); in compile()
514 pat = RegexPattern::compile(regex, 0, pe, status); in matches()
538 pat = RegexPattern::compile(regex, 0, pe, status); in matches()