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

/external/icu/icu4c/source/common/
H A Ducasemap_titlecase_brkiter.cpp49 utext_openUTF8(&utext, (const char *)src, srcLength, pErrorCode);
H A Dutext.cpp1614 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status) { function
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp171 * Calls utext_openUTF8 after, potentially, converting invariant text from the compilation codepage
173 * @see utext_openUTF8
285 utext_openUTF8(&expectedText, expected, -1, &status);
287 errln("%s:%d: assertUText: error %s calling utext_openUTF8(expected: %d chars)\n", file, line, u_errorName(status), strlen(expected));
338 * passed into utext_openUTF8. An error will be given if
354 return utext_openUTF8(ut, inv, length, status);
371 return utext_openUTF8(ut, (const char*)buf, length, status);
486 utext_openUTF8(&inputText, textChars, inputUTF8Length, &status);
758 utext_openUTF8(&pattern, str_abc, -1, &status);
763 utext_openUTF8(
[all...]
H A Dutxttest.cpp277 ut = utext_openUTF8(NULL, u8String, -1, &status);
892 utp = utext_openUTF8(&ut, s3, -1, &status);
922 utext_openUTF8(&ut, NULL, 4, &status);
926 utext_openUTF8(&ut, NULL, -1, &status);
940 ut = utext_openUTF8(NULL, badUTF8, -1, &status);
1009 UText *ut = utext_openUTF8(NULL, u8str, -1, &status);
1219 ut = utext_openUTF8(ut, u8str, -1, &status);
1405 utext_openUTF8(&ut1, s1, -1, &status);
1416 utext_openUTF8(&ut1, s2, -1, &status);
1465 UText *utf8Text = utext_openUTF8(NUL
[all...]
H A Drbbiapts.cpp324 LocalUTextPointer ut(utext_openUTF8(NULL, s1, -1, status));
341 LocalUTextPointer ut2(utext_openUTF8(NULL, s2, -1, status));
H A Drbbitst.cpp927 textToBreak = utext_openUTF8(textToBreak, utf8String.data(), utf8String.length(), &status);
4418 utext_openUTF8(&utext, (const char *)utf8Data, -1, &status);
/external/icu/icu4c/source/test/cintltst/
H A Dutexttst.c79 uta = utext_openUTF8(&utLoc, cString, -1, &status);
198 uta = utext_openUTF8(NULL, NULL, 0, &status);
H A Dreapits.c1411 utext_openUTF8(&patternText, patternTextUTF8, -1, &status);
1508 utext_openUTF8(&patternText, str_hello, -1, &status);
1555 utext_openUTF8(&text1, str_abcccd, -1, &status);
1556 utext_openUTF8(&text2, str_abcccxd, -1, &status);
1558 utext_openUTF8(&patternText, str_abcd, -1, &status);
1607 utext_openUTF8(&text1, str_abcccd, -1, &status);
1611 utext_openUTF8(&patternText, str_abcd, -1, &status);
1662 utext_openUTF8(&text1, str_abcccde, -1, &status);
1663 utext_openUTF8(&patternText, str_abcd, -1, &status);
1680 utext_openUTF8(
[all...]
H A Dcbiapts.c686 UText *ut = utext_openUTF8(NULL, UTF8Str, -1, &status);
/external/icu/icu4c/source/common/unicode/
H A Dutext.h121 * utext_openUTF8(ut, s, -1, &status);
225 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status);
H A Durename.h1662 #define utext_openUTF8 U_ICU_ENTRY_POINT_RENAME(utext_openUTF8) macro

Completed in 136 milliseconds