Home | History | Annotate | Download | only in unicode

Lines Matching full:regex

8 *   file name:  regex.h
167 * @param regex The regular expression to be compiled.
175 static RegexPattern * U_EXPORT2 compile( const UnicodeString &regex,
195 * @param regex The regular expression to be compiled. Note, the text referred
205 static RegexPattern * U_EXPORT2 compile( UText *regex,
224 * @param regex The regular expression to be compiled.
233 static RegexPattern * U_EXPORT2 compile( const UnicodeString &regex,
253 * @param regex The regular expression to be compiled. Note, the text referred
264 static RegexPattern * U_EXPORT2 compile( UText *regex,
284 * @param regex The regular expression to be compiled.
291 static RegexPattern * U_EXPORT2 compile( const UnicodeString &regex,
310 * @param regex The regular expression to be compiled. Note, the text referred
319 static RegexPattern * U_EXPORT2 compile( UText *regex,
388 * @param regex The regular expression
396 regex,
407 * @param regex The regular expression
415 static UBool U_EXPORT2 matches(UText *regex,
616 // regex character classes, e.g. Word.
619 // sets for predefined regex classes.