Searched refs:u_strToUTF8WithSub (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcustrtrn.c746 u_strToUTF8WithSub(out8, LENGTHOF(out8), &u8DestLen,
753 log_err("error: u_strToUTF8WithSub(length) failed\n");
761 u_strToUTF8WithSub(out8, LENGTHOF(out8), &u8DestLen,
768 log_err("error: u_strToUTF8WithSub(NUL termination) failed\n");
776 u_strToUTF8WithSub(out8, 1, &u8DestLen,
782 log_err("error: u_strToUTF8WithSub(preflight/NUL termination) failed\n");
807 u_strToUTF8WithSub(out8, LENGTHOF(out8), &u8DestLen,
814 log_err("error: u_strToUTF8WithSub(no subs) failed\n");
839 u_strToUTF8WithSub(out8, LENGTHOF(out8), &u8DestLen,
846 log_err("error: u_strToUTF8WithSub(n
[all...]
/external/icu4c/common/
H A Dunistr.cpp801 u_strToUTF8WithSub(target, capacity, &length8,
850 u_strToUTF8WithSub(utf8, capacity, &length8,
860 u_strToUTF8WithSub(utf8, length8, &length8,
H A Dustrtrns.c971 u_strToUTF8WithSub(char *dest, function
1241 return u_strToUTF8WithSub(
/external/icu4c/common/unicode/
H A Dustring.h1264 * @see u_strToUTF8WithSub
1342 u_strToUTF8WithSub(char *dest,
1384 * @see u_strToUTF8WithSub
1444 * @see u_strToUTF8WithSub
1634 * @see u_strToUTF8WithSub
H A Durename.h375 #define u_strToUTF8WithSub U_ICU_ENTRY_POINT_RENAME(u_strToUTF8WithSub) macro

Completed in 41 milliseconds