Home
last modified time | relevance | path

Searched refs:utext_openUChars (Results 1 – 25 of 28) sorted by relevance

12

/external/icu/icu4c/source/test/cintltst/
Dutexttst.c78 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI()
101 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI()
123 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI()
198 uta = utext_openUChars(NULL, NULL, 0, &status); in TestAPI()
226 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI()
245 uta = utext_openUChars(NULL, uString2Ptr, -1, &status); in TestAPI()
269 uta = utext_openUChars(NULL, uString, -1, &status); in TestAPI()
Dcbiapts.c362 ut = utext_openUChars(ut, s2, -1, &status); in TestBreakIteratorCAPI()
996 utext_openUChars(&ut1, testStr, -1, &status); in TestBreakIteratorRefresh()
1009 utext_openUChars(&ut2, movedStr, -1, &status); in TestBreakIteratorRefresh()
Dreapits.c1620 utext_openUChars(&text2, text2Chars, -1, &status); in TestUTextAPI()
2210 utext_openUChars(&ut1, testStr, -1, &status); in TestRefreshInput()
2222 utext_openUChars(&ut2, movedStr, -1, &status); in TestRefreshInput()
/external/icu/icu4c/source/test/intltest/
Dutxttest.cpp196 ut = utext_openUChars(NULL, buf, -1, &status); in TestString()
207 ut = utext_openUChars(NULL, buf, saLen, &status); in TestString()
899 utp = utext_openUChars(&ut, s2, -1, &status); in ErrorTest()
917 utext_openUChars(&ut, NULL, 5, &status); in ErrorTest()
921 utext_openUChars(&ut, NULL, -1, &status); in ErrorTest()
988 UText *utb = utext_openUChars(NULL, sb, -1, &status); in ErrorTest()
1234 ut = utext_openUChars(ut, u16str, -1, &status); in FreezeTest()
1288 ut = utext_openUChars(ut, u16str, -1, &status); in FreezeTest()
1443 UText *ut = utext_openUChars(NULL, s, -1, &status); in Ticket6847()
1533 utext_openUChars(&ut, ustr, -1, &status); in Ticket12130()
[all …]
Drbbiapts.cpp1136 utext_openUChars(&ut1, testStr, -1, &status); in TestRefreshInputText()
1150 utext_openUChars(&ut2, movedStr, -1, &status); in TestRefreshInputText()
Dregextst.cpp1855 utext_openUChars(&empty, NULL, 0, &status); in API_Match_UTF8()
5035 utext_openUChars(&text2, text2Chars, -1, &status); in PreAllocatedUTextCAPI()
5700 UText *ut = utext_openUChars(NULL, exactBuffer, dataString.length(), &status); in TestCase11049()
5872 UText *ut = utext_openUChars(nullptr, &s, 1, &status); in TestBug13631()
/external/icu/icu4c/source/test/fuzzer/
Dbreak_iterator_fuzzer.cpp35 UText* fuzzstr = utext_openUChars(nullptr, fuzzbuff.get(), unistr_size, &status); in LLVMFuzzerTestOneInput()
/external/icu/android_icu4j/libcore_bridge/src/native/
DMatcherState.cpp70 mUText = utext_openUChars(nullptr, mUChars.get(), inputChars.size(), &mStatus); in updateInput()
/external/icu/libicu/ndk_headers/unicode/
Dutext.h230 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) __INTRODUCED_IN(31);
/external/icu/icu4c/source/i18n/
Dregexst.cpp126 fEmptyText = utext_openUChars(nullptr, nullptr, 0, status); in RegexStaticSets()
Duregex.cpp151 utext_openUChars(&patText, patBuf, patternLength, status); in uregex_open()
234 utext_openUChars(&patText, patBuf, pattern16Length, status); in uregex_openUText()
395 utext_openUChars(&input, text, textLength, status); in uregex_setText()
744 return (dest ? dest : utext_openUChars(NULL, NULL, 0, &emptyTextStatus)); in uregex_groupUText()
Drematch.cpp1987 return utext_openUChars(NULL, NULL, 0, status); in utext_extract_replace()
2019 UText *result = utext_openUChars(NULL, ownedBuf, length, status); in utext_extract_replace()
2117 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart, in split()
2137utext_openUChars(&remainingText, remainingChars, remaining16Length, &status); in split()
2157 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart, in split()
2175 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status); in split()
2206 dest[i] = utext_openUChars(NULL, NULL, 0, &status); in split()
2227 utext_openUChars(&remainingText, input->chunkContents+nextOutputStringStart, in split()
2246 utext_openUChars(&remainingText, remainingChars, remaining16Length, &status); in split()
/external/icu/tools/icu4c_srcgen/
Dlibandroidicu_allowlisted_api.txt138 utext_openUChars
Dlibicu_export.txt297 utext_openUChars
/external/icu/libicu/
Dlibicu.map.txt284 utext_openUChars;
/external/icu/icu4c/source/test/perf/dicttrieperf/
Ddicttrieperf.cpp452 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode); in call()
601 utext_openUChars(&text, lines[i].name, lines[i].len, pErrorCode); in call()
/external/icu/icu4c/source/common/
Dubrk.cpp204 utext_openUChars(&ut, text, textLength, status); in ubrk_setText()
Drbbi.cpp335 utext_openUChars(&fText, NULL, 0, &status); in init()
486 utext_openUChars(&fText, NULL, 0, &status); in adoptText()
Dutext.cpp2311 utext_openUChars(ut, NULL, 0, status); in utext_openConstUnicodeString()
2614 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status) { in utext_openUChars() function
/external/icu/libandroidicu/include/unicode/
Dutext.h226 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
/external/icu/libicu/cts_headers/unicode/
Dutext.h226 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
/external/icu/icu4c/source/common/unicode/
Dutext.h226 utext_openUChars(UText *ut, const UChar *s, int64_t length, UErrorCode *status);
/external/skia/modules/skshaper/src/
DSkUnicode_icu.cpp312 ICUUText utf16UText(utext_openUChars(nullptr, (UChar*)utf16, utf16Units, &status)); in extractWords()
/external/icu/libicu/src/
Dshim.cpp286 #undef utext_openUChars
1088 UText * utext_openUChars(UText * ut, const UChar * s, int64_t length, UErrorCode * status) { in utext_openUChars() function
1089 return U_ICU_ENTRY_POINT_RENAME(utext_openUChars)(ut, s, length, status); in utext_openUChars()
/external/icu/libandroidicu/static_shim/
Dshim.cpp416 return utext_openUChars(ut, s, length, status); in utext_openUChars_android()

12