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

/external/icu4c/test/intltest/
H A Dregextst.cpp139 * Calls utext_openUTF8 after, potentially, converting invariant text from the compilation codepage
141 * @see utext_openUTF8
252 utext_openUTF8(&expectedText, expected, -1, &status);
254 errln("%s:%d: assertUText: error %s calling utext_openUTF8(expected: %d chars)\n", file, line, u_errorName(status), strlen(expected));
305 * passed into utext_openUTF8. An error will be given if
321 return utext_openUTF8(ut, inv, length, status);
338 return utext_openUTF8(ut, (const char*)buf, length, status);
453 utext_openUTF8(&inputText, textChars, inputUTF8Length, &status);
720 utext_openUTF8(&pattern, str_abc, -1, &status);
725 utext_openUTF8(
[all...]
H A Dutxttest.cpp275 ut = utext_openUTF8(NULL, u8String, -1, &status);
870 utext_openUTF8(&charText, chars, -1, &status);
1222 utext_openUTF8(&emptyUTF8, &zero8, -1, &status);
1224 utext_openUTF8(&nullUTF8, NULL, 0, &status);
1364 utp = utext_openUTF8(&ut, s3, -1, &status);
1394 utext_openUTF8(&ut, NULL, 4, &status);
1398 utext_openUTF8(&ut, NULL, -1, &status);
1412 ut = utext_openUTF8(NULL, badUTF8, -1, &status);
1481 UText *ut = utext_openUTF8(NULL, u8str, -1, &status);
1691 ut = utext_openUTF8(u
[all...]
H A Drbbiapts.cpp317 LocalUTextPointer ut(utext_openUTF8(NULL, s1, -1, status));
334 LocalUTextPointer ut2(utext_openUTF8(NULL, s2, -1, status));
H A Drbbitst.cpp4688 utext_openUTF8(&utext, (const char *)utf8Data, -1, &status);
/external/icu4c/test/cintltst/
H A Dutexttst.c78 uta = utext_openUTF8(&utLoc, cString, -1, &status);
197 uta = utext_openUTF8(NULL, NULL, 0, &status);
H A Dreapits.c96 utext_openUTF8(&expectedText, expected, -1, &status);
1371 utext_openUTF8(&patternText, patternTextUTF8, -1, &status);
1468 utext_openUTF8(&patternText, str_hello, -1, &status);
1515 utext_openUTF8(&text1, str_abcccd, -1, &status);
1516 utext_openUTF8(&text2, str_abcccxd, -1, &status);
1518 utext_openUTF8(&patternText, str_abcd, -1, &status);
1567 utext_openUTF8(&text1, str_abcccd, -1, &status);
1571 utext_openUTF8(&patternText, str_abcd, -1, &status);
1621 utext_openUTF8(&text1, str_abcccde, -1, &status);
1622 utext_openUTF8(
[all...]
H A Dcbiapts.c677 UText *ut = utext_openUTF8(NULL, UTF8Str, -1, &status);
/external/chromium/chrome/browser/history/
H A Dsnippet.cc218 document_utext = utext_openUTF8(document_utext, document.data(),
/external/icu4c/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.h1630 #define utext_openUTF8 U_ICU_ENTRY_POINT_RENAME(utext_openUTF8) macro
/external/icu4c/common/
H A Ducasemap.c280 utext_openUTF8(&utext, (const char *)src, srcLength, pErrorCode);
H A Drbbi.cpp1600 utext_openUTF8(&tempUText, NULL, 0, &status);
H A Dutext.cpp1960 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status) { function

Completed in 217 milliseconds