Searched refs:regextst_openUTF8FromInvariant (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dregextst.cpp147 static UText* regextst_openUTF8FromInvariant(UText* ut, const char *inv, int64_t length, UErrorCode *status);
279 regextst_openUTF8FromInvariant(&expectedText, expected, -1, &status);
281 errln("%s:%d: assertUTextInvariant: error %s calling regextst_openUTF8FromInvariant(expected: %d chars)\n", file, line, u_errorName(status), strlen(expected));
318 static UText* regextst_openUTF8FromInvariant(UText *ut, const char *inv, int64_t length, UErrorCode *status) { function
432 regextst_openUTF8FromInvariant(&pattern, pat, -1, &status);
542 regextst_openUTF8FromInvariant(&patternText, pat, -1, &status);
1836 regextst_openUTF8FromInvariant(&re, "abc", -1, &status);
1845 regextst_openUTF8FromInvariant(&input1, "abcdef this is a test", -1, &status);
1847 regextst_openUTF8FromInvariant(&input2, "not abc", -1, &status);
2284 regextst_openUTF8FromInvariant(
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp151 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) { function
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(
[all...]

Completed in 90 milliseconds