Searched refs:regex_err (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | regextst.h | 72 virtual void regex_err(const char *pat, int32_t errline, int32_t errcol,
|
D | regextst.cpp | 516 #define REGEX_ERR(pat, line, col, status) regex_err(pat, line, col, status, __LINE__) 518 void RegexTest::regex_err(const char *pat, int32_t errLine, int32_t errCol, in regex_err() function in RegexTest
|