Searched refs:u_strFromUTF8Lenient (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcustrtrn.c867 /* test u_strFromUTF8Lenient() */
917 /* test u_strFromUTF8Lenient() */
984 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, NULL, -1, &errorCode);
986 log_err("u_strFromUTF8Lenient(src=NULL) failed\n");
992 pDest=u_strFromUTF8Lenient(NULL, 1, &destLength, (const char *)bytes, -1, &errorCode);
994 log_err("u_strFromUTF8Lenient(dest=NULL[1]) failed\n");
1000 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, (const char *)bytes, -1, &errorCode);
1002 log_err("u_strFromUTF8Lenient(U_MEMORY_ALLOCATION_ERROR) failed\n");
1008 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, (const char *)bytes, -1, NULL);
1010 log_err("u_strFromUTF8Lenient(pErrorCod
[all...]
/external/icu4c/common/unicode/
H A Dustring.h1295 * @see u_strFromUTF8Lenient
1383 * @see u_strFromUTF8Lenient
1448 u_strFromUTF8Lenient(UChar *dest,
1682 * @see u_strFromUTF8Lenient
H A Durename.h362 #define u_strFromUTF8Lenient U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8Lenient) macro
/external/icu4c/common/
H A Dustrtrns.c732 u_strFromUTF8Lenient(UChar *dest, function

Completed in 68 milliseconds