Home | History | Annotate | Download | only in unicode

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 &regex,
204 * @param regex The regular expression to be compiled.
213 static RegexPattern * U_EXPORT2 compile( const UnicodeString &regex,
234 * @param regex The regular expression to be compiled.
241 static RegexPattern * U_EXPORT2 compile( const UnicodeString &regex,
310 * @param regex The regular expression
318 static UBool U_EXPORT2 matches(const UnicodeString &regex,
412 // regex character classes, e.g. Word.
415 // sets for predefined regex classes.