Home
last modified time | relevance | path

Searched refs:u_strToUTF8WithSub (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcustrtrn.c747 u_strToUTF8WithSub(out8, UPRV_LENGTHOF(out8), &u8DestLen, in Test_UChar_UTF8_API()
762 u_strToUTF8WithSub(out8, UPRV_LENGTHOF(out8), &u8DestLen, in Test_UChar_UTF8_API()
777 u_strToUTF8WithSub(out8, 1, &u8DestLen, in Test_UChar_UTF8_API()
808 u_strToUTF8WithSub(out8, UPRV_LENGTHOF(out8), &u8DestLen, in Test_UChar_UTF8_API()
840 u_strToUTF8WithSub(out8, UPRV_LENGTHOF(out8), &u8DestLen, in Test_UChar_UTF8_API()
2068 u_strToUTF8WithSub(dest8, UPRV_LENGTHOF(dest8), &length, NULL, 0, 0xfffd, NULL, &errorCode); in TestNullEmptySource()
/external/icu/icu4c/source/common/
Dunistr.cpp933 u_strToUTF8WithSub(target, capacity, &length8, in toUTF8()
982 u_strToUTF8WithSub(utf8, capacity, &length8, in toUTF8()
992 u_strToUTF8WithSub(utf8, length8, &length8, in toUTF8()
Dustrtrns.cpp793 u_strToUTF8WithSub(char *dest, in u_strToUTF8WithSub() function
1063 return u_strToUTF8WithSub( in u_strToUTF8()
/external/icu/libandroidicu/include/unicode/
Dustring.h1337 u_strToUTF8WithSub(char *dest,
Durename.h368 #define u_strToUTF8WithSub U_ICU_ENTRY_POINT_RENAME(u_strToUTF8WithSub) macro
/external/icu/icu4c/source/common/unicode/
Dustring.h1337 u_strToUTF8WithSub(char *dest,
Durename.h368 #define u_strToUTF8WithSub U_ICU_ENTRY_POINT_RENAME(u_strToUTF8WithSub) macro
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp398 u_strToUTF8WithSub(NULL, 0, &utf8Length, // Output Buffer, NULL for preflight. in CharStringAppend()
408 u_strToUTF8WithSub(buffer, utf8Length, NULL, in CharStringAppend()
/external/icu/libandroidicu/static_shim/
Dshim.cpp416 …return u_strToUTF8WithSub(dest, destCapacity, pDestLength, src, srcLength, subchar, pNumSubstituti… in u_strToUTF8WithSub_android()