Searched refs:u_strToUTF8WithSub (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/test/cintltst/ |
D | custrtrn.c | 746 u_strToUTF8WithSub(out8, LENGTHOF(out8), &u8DestLen, in Test_UChar_UTF8_API() 761 u_strToUTF8WithSub(out8, LENGTHOF(out8), &u8DestLen, in Test_UChar_UTF8_API() 776 u_strToUTF8WithSub(out8, 1, &u8DestLen, in Test_UChar_UTF8_API() 807 u_strToUTF8WithSub(out8, LENGTHOF(out8), &u8DestLen, in Test_UChar_UTF8_API() 839 u_strToUTF8WithSub(out8, LENGTHOF(out8), &u8DestLen, in Test_UChar_UTF8_API() 2036 u_strToUTF8WithSub(dest8, LENGTHOF(dest8), &length, NULL, 0, 0xfffd, NULL, &errorCode); in TestNullEmptySource()
|
/external/icu4c/common/ |
D | unistr.cpp | 800 u_strToUTF8WithSub(target, capacity, &length8, in toUTF8() 849 u_strToUTF8WithSub(utf8, capacity, &length8, in toUTF8() 859 u_strToUTF8WithSub(utf8, length8, &length8, in toUTF8()
|
D | ustrtrns.c | 971 u_strToUTF8WithSub(char *dest, in u_strToUTF8WithSub() function 1241 return u_strToUTF8WithSub( in u_strToUTF8()
|
/external/icu4c/common/unicode/ |
D | ustring.h | 1342 u_strToUTF8WithSub(char *dest,
|
D | urename.h | 373 #define u_strToUTF8WithSub U_ICU_ENTRY_POINT_RENAME(u_strToUTF8WithSub) macro
|