Home | History | Annotate | Download | only in cintltst

Lines Matching full:regular

11 /*C API TEST FOR Regular Expressions */
13 * This is an API test for ICU regular expressions in C. It doesn't test very many cases, and doesn't
17 * More complete testing of regular expression functionality is done with the C++ tests.
47 * 're" is the compiled, ready-to-go regular expression.
175 * regular expression user callbacks. This test is mostly the same as
196 * Regular Expression C API Tests
210 log_data_err("Failed to open regular expression, %s:%d, error is \"%s\" (Are you missing data?)\n", __FILE__, __LINE__, u_errorName(status));
1411 log_data_err("Failed to open regular expression, %s:%d, error is \"%s\" (Are you missing data?)\n", __FILE__, __LINE__, u_errorName(status));
2245 /* Bug 8421: setTimeLimit on a regular expresssion before setting text to be matched