HomeSort by relevance Sort by last modified time
    Searched refs:regex_err (Results 1 - 2 of 2) sorted by null

  /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...]

Completed in 50 milliseconds