Lines Matching refs:pe
304 UParseError &pe, in compile() argument
338 compiler.compile(regex, pe, status); in compile()
355 UParseError &pe, in compile() argument
389 compiler.compile(regex, pe, status); in compile()
404 UParseError &pe, in compile() argument
407 return compile(regex, 0, pe, err); in compile()
416 UParseError &pe, in compile() argument
419 return compile(regex, 0, pe, err); in compile()
431 UParseError pe; in compile() local
432 return compile(regex, flags, pe, err); in compile()
444 UParseError pe; in compile() local
445 return compile(regex, flags, pe, err); in compile()
509 UParseError &pe, in matches() argument
518 pat = RegexPattern::compile(regex, 0, pe, status); in matches()
533 UParseError &pe, in matches() argument
542 pat = RegexPattern::compile(regex, 0, pe, status); in matches()