Searched refs:u_strToUTF8WithSub (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | custrtrn.c | 747 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/ |
D | unistr.cpp | 933 u_strToUTF8WithSub(target, capacity, &length8, in toUTF8() 982 u_strToUTF8WithSub(utf8, capacity, &length8, in toUTF8() 992 u_strToUTF8WithSub(utf8, length8, &length8, in toUTF8()
|
D | ustrtrns.cpp | 793 u_strToUTF8WithSub(char *dest, in u_strToUTF8WithSub() function 1063 return u_strToUTF8WithSub( in u_strToUTF8()
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 1340 u_strToUTF8WithSub(char *dest,
|
D | urename.h | 364 #define u_strToUTF8WithSub U_ICU_ENTRY_POINT_RENAME(u_strToUTF8WithSub) macro
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 796 u_strToUTF8WithSub(NULL, 0, &utf8Length, // Output Buffer, NULL for preflight. in CharStringAppend() 806 u_strToUTF8WithSub(buffer, utf8Length, NULL, in CharStringAppend()
|