Searched refs:regextst_openUTF8FromInvariant (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | regextst.cpp | 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() [all …]
|