• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:regextst_openUTF8FromInvariant

175 static UText* regextst_openUTF8FromInvariant(UText* ut, const char *inv, int64_t length, UErrorCode…
311 regextst_openUTF8FromInvariant(&expectedText, expected, -1, &status); in assertUTextInvariant()
350 static UText* regextst_openUTF8FromInvariant(UText *ut, const char *inv, int64_t length, UErrorCode… in regextst_openUTF8FromInvariant() function
464 regextst_openUTF8FromInvariant(&pattern, pat, -1, &status); in doRegexLMTestUTF8()
574 regextst_openUTF8FromInvariant(&patternText, pat, -1, &status); in regex_err()
1868 regextst_openUTF8FromInvariant(&re, "abc", -1, &status); in API_Match_UTF8()
1877 regextst_openUTF8FromInvariant(&input1, "abcdef this is a test", -1, &status); in API_Match_UTF8()
1879 regextst_openUTF8FromInvariant(&input2, "not abc", -1, &status); in API_Match_UTF8()
2341 regextst_openUTF8FromInvariant(&testPattern, ".*", -1, &status); in API_Match_UTF8()
2343 regextst_openUTF8FromInvariant(&testText, "This is test data", -1, &status); in API_Match_UTF8()
2364 regextst_openUTF8FromInvariant(&testText, "short", -1, &status); in API_Match_UTF8()
2453 regextst_openUTF8FromInvariant(&re, "abc", -1, &status); in API_Replace_UTF8()
3022 regextst_openUTF8FromInvariant(&re1, "<(\\w*)>", -1, &status); in API_Pattern_UTF8()
3102 regextst_openUTF8FromInvariant(&re1, "([-,])", -1, &status); in API_Pattern_UTF8()
3155 regextst_openUTF8FromInvariant(&re1, helloWorldInvariant, -1, &status); in API_Pattern_UTF8()
5038 regextst_openUTF8FromInvariant(&text1, "abcccd", -1, &status); in PreAllocatedUTextCAPI()
5039 regextst_openUTF8FromInvariant(&text2, "abcccxd", -1, &status); in PreAllocatedUTextCAPI()
5043 regextst_openUTF8FromInvariant(&patternText, "abc*d", -1, &status); in PreAllocatedUTextCAPI()
5138 regextst_openUTF8FromInvariant(&replText, "<$1>", -1, &status); in PreAllocatedUTextCAPI()
5163 regextst_openUTF8FromInvariant(&replText, "\\\\\\u0041$1\\U00000042\\$\\a", -1, &status); in PreAllocatedUTextCAPI()
5187 regextst_openUTF8FromInvariant(&replText, "<$1>", -1, &status); in PreAllocatedUTextCAPI()