Home | History | Annotate | Download | only in intltest

Lines Matching full:logln

60     if (exec) logln("TestSuite RegexTest: ");
211 #define REGEX_VERBOSE_TEXT(text) {char buf[200];utextToPrintable(buf,sizeof(buf)/sizeof(buf[0]),text);logln("%s:%d: UText %s=\"%s\"", __FILE__, __LINE__, #text, buf);}
448 logln("RegexTest unable to convert input to UTF8 at line %d. Status = %s\n", line, u_errorName(status));
3353 logln("Pattern Compile returns \"%s\"", u_errorName(status));
3386 logln("Pattern Compile returns \"%s\" (UTF8)", u_errorName(status));
3399 logln("Unable to create UTF-8 pattern, skipping UTF-8 tests for %s:%d", srcPath, line);
3496 logln("Unable to create UTF-8 matcher, skipping UTF-8 tests for %s:%d", srcPath, line);
4282 logln("%d tests skipped because of unimplemented regexp features.", skippedUnimplementedCount);
4676 logln("%d tests skipped because of unimplemented regexp features.", skippedUnimplementedCount);
5224 logln("%s: INV_BUFSIZ is %d, usage %d\n", __FILE__, INV_BUFSIZ, inv_next);