Lines Matching refs:pattern
41 * pattern: The regex pattern, a (char *) null terminated C string.
43 * flags: Regex flags to set when compiling the pattern
48 #define TEST_SETUP(pattern, testString, flags) { \
51 re = uregex_openC(pattern, flags, NULL, &status); \
250 * pattern()
814 const char * pattern = "x(.*?)x";
831 re = uregex_openC(pattern, 0, NULL, &status);
1237 * The pattern and test data will run long enough to cause the callback