Searched refs:REGEX_ERR (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dregextst.cpp503 // REGEX_ERR Macro + invocation function to simplify writing tests
507 // REGEX_ERR("pattern", expected error line, column, expected status);
510 #define REGEX_ERR(pat, line, col, status) regex_err(pat, line, col, status, __LINE__); macro
3729 //REGEX_ERR("hex format \\x{abcd} not implemented", 1, 13, U_REGEX_UNIMPLEMENTED);
3732 REGEX_ERR("Comment (?# with no close", 1, 25, U_REGEX_MISMATCHED_PAREN);
3733 REGEX_ERR("Capturing Parenthesis(...", 1, 25, U_REGEX_MISMATCHED_PAREN);
3734 REGEX_ERR("Grouping only parens (?: blah blah", 1, 34, U_REGEX_MISMATCHED_PAREN);
3737 REGEX_ERR("Grouping only parens (?: blah)) blah", 1, 31, U_REGEX_MISMATCHED_PAREN);
3738 REGEX_ERR(")))))))", 1, 1, U_REGEX_MISMATCHED_PAREN);
3739 REGEX_ERR("(((((((",
[all...]

Completed in 73 milliseconds