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

/macosx-10.9.5/ICU-511.35/icuSources/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...]

Completed in 129 milliseconds