Lines Matching full:regex
6 * file name: regex.h
177 * @param regex The regular expression to be compiled.
185 static RegexPattern * U_EXPORT2 compile( const UnicodeString ®ex,
204 * @param regex The regular expression to be compiled.
213 static RegexPattern * U_EXPORT2 compile( const UnicodeString ®ex,
234 * @param regex The regular expression to be compiled.
241 static RegexPattern * U_EXPORT2 compile( const UnicodeString ®ex,
310 * @param regex The regular expression
318 static UBool U_EXPORT2 matches(const UnicodeString ®ex,
412 // regex character classes, e.g. Word.
415 // sets for predefined regex classes.