Lines Matching refs:regextst_openUTF8FromInvariant
119 static UText* regextst_openUTF8FromInvariant(UText* ut, const char *inv, int64_t length, UErrorCode…
282 regextst_openUTF8FromInvariant(&expectedText, expected, -1, &status); in assertUTextInvariant()
321 static UText* regextst_openUTF8FromInvariant(UText *ut, const char *inv, int64_t length, UErrorCode… in regextst_openUTF8FromInvariant() function
438 regextst_openUTF8FromInvariant(&pattern, pat, -1, &status); in doRegexLMTestUTF8()
548 regextst_openUTF8FromInvariant(&patternText, pat, -1, &status); in regex_err()
1842 regextst_openUTF8FromInvariant(&re, "abc", -1, &status); in API_Match_UTF8()
1851 regextst_openUTF8FromInvariant(&input1, "abcdef this is a test", -1, &status); in API_Match_UTF8()
1853 regextst_openUTF8FromInvariant(&input2, "not abc", -1, &status); in API_Match_UTF8()
2315 regextst_openUTF8FromInvariant(&testPattern, ".*", -1, &status); in API_Match_UTF8()
2317 regextst_openUTF8FromInvariant(&testText, "This is test data", -1, &status); in API_Match_UTF8()
2338 regextst_openUTF8FromInvariant(&testText, "short", -1, &status); in API_Match_UTF8()
2427 regextst_openUTF8FromInvariant(&re, "abc", -1, &status); in API_Replace_UTF8()
2996 regextst_openUTF8FromInvariant(&re1, "<(\\w*)>", -1, &status); in API_Pattern_UTF8()
3076 regextst_openUTF8FromInvariant(&re1, "([-,])", -1, &status); in API_Pattern_UTF8()
3129 regextst_openUTF8FromInvariant(&re1, helloWorldInvariant, -1, &status); in API_Pattern_UTF8()
5032 regextst_openUTF8FromInvariant(&text1, "abcccd", -1, &status); in PreAllocatedUTextCAPI()
5033 regextst_openUTF8FromInvariant(&text2, "abcccxd", -1, &status); in PreAllocatedUTextCAPI()
5037 regextst_openUTF8FromInvariant(&patternText, "abc*d", -1, &status); in PreAllocatedUTextCAPI()
5132 regextst_openUTF8FromInvariant(&replText, "<$1>", -1, &status); in PreAllocatedUTextCAPI()
5157 regextst_openUTF8FromInvariant(&replText, "\\\\\\u0041$1\\U00000042\\$\\a", -1, &status); in PreAllocatedUTextCAPI()
5181 regextst_openUTF8FromInvariant(&replText, "<$1>", -1, &status); in PreAllocatedUTextCAPI()