Searched refs:u_strToUTF8WithSub (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | custrtrn.c | 744 u_strToUTF8WithSub(out8, UPRV_LENGTHOF(out8), &u8DestLen, in Test_UChar_UTF8_API() 759 u_strToUTF8WithSub(out8, UPRV_LENGTHOF(out8), &u8DestLen, in Test_UChar_UTF8_API() 774 u_strToUTF8WithSub(out8, 1, &u8DestLen, in Test_UChar_UTF8_API() 805 u_strToUTF8WithSub(out8, UPRV_LENGTHOF(out8), &u8DestLen, in Test_UChar_UTF8_API() 837 u_strToUTF8WithSub(out8, UPRV_LENGTHOF(out8), &u8DestLen, in Test_UChar_UTF8_API() 2073 u_strToUTF8WithSub(dest8, UPRV_LENGTHOF(dest8), &length, NULL, 0, 0xfffd, NULL, &errorCode); in TestNullEmptySource()
|
/external/icu/icu4c/source/common/ |
D | unistr.cpp | 817 u_strToUTF8WithSub(target, capacity, &length8, in toUTF8() 866 u_strToUTF8WithSub(utf8, capacity, &length8, in toUTF8() 876 u_strToUTF8WithSub(utf8, length8, &length8, in toUTF8()
|
D | ustrtrns.cpp | 977 u_strToUTF8WithSub(char *dest, in u_strToUTF8WithSub() function 1247 return u_strToUTF8WithSub( in u_strToUTF8()
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 1348 u_strToUTF8WithSub(char *dest,
|
D | urename.h | 367 #define u_strToUTF8WithSub U_ICU_ENTRY_POINT_RENAME(u_strToUTF8WithSub) macro
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 885 u_strToUTF8WithSub(NULL, 0, &utf8Length, // Output Buffer, NULL for preflight. in CharStringAppend() 895 u_strToUTF8WithSub(buffer, utf8Length, NULL, in CharStringAppend()
|