/external/chromium_org/third_party/icu/source/test/intltest/ |
regextst.h | 54 virtual void regex_err(const char *pat, int32_t errline, int32_t errcol,
|
regextst.cpp | 406 // REGEX_ERR Macro + invocation function to simplify writing tests 410 // REGEX_ERR("pattern", expected error line, column, expected status); 413 #define REGEX_ERR(pat, line, col, status) regex_err(pat, line, col, status, __LINE__); 415 void RegexTest::regex_err(const char *pat, int32_t errLine, int32_t errCol, function in class:RegexTest [all...] |
/external/icu4c/test/intltest/ |
regextst.h | 58 virtual void regex_err(const char *pat, int32_t errline, int32_t errcol,
|
regextst.cpp | 503 // 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__); 512 void RegexTest::regex_err(const char *pat, int32_t errLine, int32_t errCol, function in class:RegexTest [all...] |