Home
last modified time | relevance | path

Searched refs:regex_err (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dregextst.h70 virtual void regex_err(const char *pat, int32_t errline, int32_t errcol,
Dregextst.cpp483 #define REGEX_ERR(pat, line, col, status) regex_err(pat, line, col, status, __LINE__);
485 void RegexTest::regex_err(const char *pat, int32_t errLine, int32_t errCol, in regex_err() function in RegexTest