Home
last modified time | relevance | path

Searched refs:utext_openUTF8 (Results 1 – 16 of 16) sorted by relevance

/external/icu/icu4c/source/common/
Ducasemap_titlecase_brkiter.cpp42 utext_openUTF8(&utext, src.data(), src.length(), &errorCode); in utf8ToTitle()
66 utext_openUTF8(&utext, src, srcLength, &errorCode); in utf8ToTitle()
110 utext_openUTF8(&utext, (const char *)src, srcLength, pErrorCode); in ucasemap_utf8ToTitle()
Dutext.cpp1629 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status) { in utext_openUTF8() function
/external/icu/icu4c/source/test/intltest/
Dregextst.cpp226 utext_openUTF8(&expectedText, expected, -1, &status); in assertUText()
295 return utext_openUTF8(ut, inv, length, status); in regextst_openUTF8FromInvariant()
312 return utext_openUTF8(ut, (const char*)buf, length, status); in regextst_openUTF8FromInvariant()
427 utext_openUTF8(&inputText, textChars, inputUTF8Length, &status); in doRegexLMTestUTF8()
699 utext_openUTF8(&pattern, str_abc, -1, &status); in UTextBasic()
704 utext_openUTF8(&input, str_abc, -1, &status); in UTextBasic()
1953 utext_openUTF8(&re, str_01234567_pat, -1, &status); in API_Match_UTF8()
1960 utext_openUTF8(&input, str_0123456789, -1, &status); in API_Match_UTF8()
2098 utext_openUTF8(&re, str_abc, -1, &status); in API_Match_UTF8()
2104 utext_openUTF8(&input, str_abcabcabc, -1, &status); in API_Match_UTF8()
[all …]
Dutxttest.cpp276 ut = utext_openUTF8(NULL, u8String, -1, &status); in TestString()
891 utp = utext_openUTF8(&ut, s3, -1, &status); in ErrorTest()
921 utext_openUTF8(&ut, NULL, 4, &status); in ErrorTest()
925 utext_openUTF8(&ut, NULL, -1, &status); in ErrorTest()
939 ut = utext_openUTF8(NULL, badUTF8, -1, &status); in ErrorTest()
1012 UText *ut = utext_openUTF8(NULL, u8str, -1, &status); in ErrorTest()
1222 ut = utext_openUTF8(ut, u8str, -1, &status); in FreezeTest()
1408 utext_openUTF8(&ut1, s1, -1, &status); in Ticket5560()
1419 utext_openUTF8(&ut1, s2, -1, &status); in Ticket5560()
1468 UText *utf8Text = utext_openUTF8(NULL, utf8_string, -1, &status); in Ticket10562()
Drbbiapts.cpp327 LocalUTextPointer ut(utext_openUTF8(NULL, s1, -1, status)); in TestGetSetAdoptText()
344 LocalUTextPointer ut2(utext_openUTF8(NULL, s2, -1, status)); in TestGetSetAdoptText()
Drbbitst.cpp436 textToBreak = utext_openUTF8(textToBreak, utf8String.data(), utf8String.length(), &status); in setUTF8()
4123 utext_openUTF8(&utext, (const char *)utf8Data, -1, &status); in TestBug5532()
/external/icu/icu4c/source/test/cintltst/
Dreapits.c1414 utext_openUTF8(&patternText, patternTextUTF8, -1, &status); in TestUTextAPI()
1511 utext_openUTF8(&patternText, str_hello, -1, &status); in TestUTextAPI()
1558 utext_openUTF8(&text1, str_abcccd, -1, &status); in TestUTextAPI()
1559 utext_openUTF8(&text2, str_abcccxd, -1, &status); in TestUTextAPI()
1561 utext_openUTF8(&patternText, str_abcd, -1, &status); in TestUTextAPI()
1610 utext_openUTF8(&text1, str_abcccd, -1, &status); in TestUTextAPI()
1614 utext_openUTF8(&patternText, str_abcd, -1, &status); in TestUTextAPI()
1665 utext_openUTF8(&text1, str_abcccde, -1, &status); in TestUTextAPI()
1666 utext_openUTF8(&patternText, str_abcd, -1, &status); in TestUTextAPI()
1683 utext_openUTF8(&nullText, "", -1, &status); in TestUTextAPI()
[all …]
Dutexttst.c81 uta = utext_openUTF8(&utLoc, cString, -1, &status); in TestAPI()
200 uta = utext_openUTF8(NULL, NULL, 0, &status); in TestAPI()
Dcbiapts.c727 UText *ut = utext_openUTF8(NULL, UTF8Str, -1, &status); in TestBreakIteratorUText()
/external/icu/libandroidicu/include/unicode/
Dutext.h227 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status);
Durename.h1730 #define utext_openUTF8 U_ICU_ENTRY_POINT_RENAME(utext_openUTF8) macro
/external/icu/icu4c/source/common/unicode/
Dutext.h227 utext_openUTF8(UText *ut, const char *s, int64_t length, UErrorCode *status);
Durename.h1730 #define utext_openUTF8 U_ICU_ENTRY_POINT_RENAME(utext_openUTF8) macro
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp1008 utext_openUTF8(&utf8UText, utf8Start, utf8runLength, &status); in shapeCorrect()
1114 utext_openUTF8(&utf8UText, utf8, utf8Bytes, &status); in shapeOk()
/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp584 utext_openUTF8(&utf8UText, utf8, utf8Bytes, &status); in shape()
/external/icu/libandroidicu/static_shim/
Dshim.cpp2884 return utext_openUTF8(ut, s, length, status); in utext_openUTF8_android()