Lines Matching refs:regex
6 * file name: regex.h
180 * @param regex The regular expression to be compiled.
188 static RegexPattern * U_EXPORT2 compile( const UnicodeString ®ex,
209 * @param regex The regular expression to be compiled. Note, the text referred
219 static RegexPattern * U_EXPORT2 compile( UText *regex,
238 * @param regex The regular expression to be compiled.
247 static RegexPattern * U_EXPORT2 compile( const UnicodeString ®ex,
268 * @param regex The regular expression to be compiled. Note, the text referred
279 static RegexPattern * U_EXPORT2 compile( UText *regex,
300 * @param regex The regular expression to be compiled.
307 static RegexPattern * U_EXPORT2 compile( const UnicodeString ®ex,
327 * @param regex The regular expression to be compiled. Note, the text referred
336 static RegexPattern * U_EXPORT2 compile( UText *regex,
437 * @param regex The regular expression
445 static UBool U_EXPORT2 matches(const UnicodeString ®ex,
457 * @param regex The regular expression
465 static UBool U_EXPORT2 matches(UText *regex,
608 // regex character classes, e.g. Word.
611 // sets for predefined regex classes.