Home | History | Annotate | Download | only in unicode

Lines Matching refs:regex

6 *   file name:  regex.h
176 * @param regex The regular expression to be compiled.
184 static RegexPattern * U_EXPORT2 compile( const UnicodeString &regex,
204 * @param regex The regular expression to be compiled. Note, the text referred
214 static RegexPattern * U_EXPORT2 compile( UText *regex,
233 * @param regex The regular expression to be compiled.
242 static RegexPattern * U_EXPORT2 compile( const UnicodeString &regex,
262 * @param regex The regular expression to be compiled. Note, the text referred
273 static RegexPattern * U_EXPORT2 compile( UText *regex,
293 * @param regex The regular expression to be compiled.
300 static RegexPattern * U_EXPORT2 compile( const UnicodeString &regex,
319 * @param regex The regular expression to be compiled. Note, the text referred
328 static RegexPattern * U_EXPORT2 compile( UText *regex,
398 * @param regex The regular expression
406 static UBool U_EXPORT2 matches(const UnicodeString &regex,
417 * @param regex The regular expression
425 static UBool U_EXPORT2 matches(UText *regex,
593 // regex character classes, e.g. Word.
596 // sets for predefined regex classes.