Home | History | Annotate | Download | only in intltest

Lines Matching refs:RegexTest

32 RegexTest::RegexTest()
37 RegexTest::~RegexTest()
43 void RegexTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ )
45 if (exec) logln("TestSuite RegexTest: ");
87 #define REGEX_CHECK_STATUS {if (U_FAILURE(status)) {dataerrln("RegexTest failure at line %d. status=%s", \
90 #define REGEX_ASSERT(expr) {if ((expr)==FALSE) {errln("RegexTest failure at line %d.\n", __LINE__);};}
93 if (status!=errcode) {dataerrln("RegexTest failure at line %d. Expected status=%s, got %s", \
97 "RegexTest failure at line %d, from %d. status=%d\n",__LINE__, (line), status); }}
100 errln("RegexTest failure at line %d, from %d.", __LINE__, (line)); return;}}
120 UBool RegexTest::doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int32_t line) {
132 dataerrln("RegexTest failure in RegexPattern::compile() at line %d. Status = %s",
142 errln("RegexTest failure in REPattern::matcher() at line %d. Status = %s\n",
150 errln("RegexTest failure in lookingAt() at line %d. Status = %s\n",
155 errln("RegexTest: wrong return from lookingAt() at line %d.\n", line);
162 errln("RegexTest failure in matches() at line %d. Status = %s\n",
167 errln("RegexTest: wrong return from matches() at line %d.\n", line);
195 void RegexTest::regex_err(const char *pat, int32_t errLine, int32_t errCol,
231 void RegexTest::Basic() {
383 void RegexTest::API_Match() {
544 errln("RegexTest failure at line %d, index %d. Expected %d, got %d\n",
550 errln("RegexTest failure at line %d index %d. Expected %d, got %d\n",
942 void RegexTest::API_Replace() {
1129 void RegexTest::API_Pattern() {
1412 RegexTest::getPath(char buffer[2048], const char *filename) {
1425 void RegexTest::Extended() {
1578 void RegexTest::regex_find(const UnicodeString &pattern,
1845 void RegexTest::Errors() {
1910 UChar *RegexTest::ReadAndConvertFile(const char *fileName, int32_t &ulen,
2056 void RegexTest::PerlTests() {
2406 void RegexTest::Bug6149() {
2427 RegexTest *test;
2447 void RegexTest::Callbacks() {