Lines Matching refs:regextst_openUTF8FromInvariant

151 static UText* regextst_openUTF8FromInvariant(UText* ut, const char *inv, int64_t length, UErrorCode *status);
284 regextst_openUTF8FromInvariant(&expectedText, expected, -1, &status);
286 errln("%s:%d: assertUTextInvariant: error %s calling regextst_openUTF8FromInvariant(expected: %d chars)\n", file, line, u_errorName(status), strlen(expected));
323 static UText* regextst_openUTF8FromInvariant(UText *ut, const char *inv, int64_t length, UErrorCode *status) {
437 regextst_openUTF8FromInvariant(&pattern, pat, -1, &status);
547 regextst_openUTF8FromInvariant(&patternText, pat, -1, &status);
1841 regextst_openUTF8FromInvariant(&re, "abc", -1, &status);
1850 regextst_openUTF8FromInvariant(&input1, "abcdef this is a test", -1, &status);
1852 regextst_openUTF8FromInvariant(&input2, "not abc", -1, &status);
2289 regextst_openUTF8FromInvariant(&testPattern, ".*", -1, &status);
2291 regextst_openUTF8FromInvariant(&testText, "This is test data", -1, &status);
2312 regextst_openUTF8FromInvariant(&testText, "short", -1, &status);
2401 regextst_openUTF8FromInvariant(&re, "abc", -1, &status);
2968 regextst_openUTF8FromInvariant(&re1, "<(\\w*)>", -1, &status);
3048 regextst_openUTF8FromInvariant(&re1, "([-,])", -1, &status);
3070 regextst_openUTF8FromInvariant(&re1, helloWorldInvariant, -1, &status);
4941 regextst_openUTF8FromInvariant(&text1, "abcccd", -1, &status);
4942 regextst_openUTF8FromInvariant(&text2, "abcccxd", -1, &status);
4946 regextst_openUTF8FromInvariant(&patternText, "abc*d", -1, &status);
5032 regextst_openUTF8FromInvariant(&replText, "<$1>", -1, &status);
5055 regextst_openUTF8FromInvariant(&replText, "\\\\\\u0041$1\\U00000042$\\a", -1, &status);
5079 regextst_openUTF8FromInvariant(&replText, "<$1>", -1, &status);