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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtrn.c880 /* test u_strFromUTF8Lenient() */
930 /* test u_strFromUTF8Lenient() */
997 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, NULL, -1, &errorCode);
999 log_err("u_strFromUTF8Lenient(src=NULL) failed\n");
1005 pDest=u_strFromUTF8Lenient(NULL, 1, &destLength, (const char *)bytes, -1, &errorCode);
1007 log_err("u_strFromUTF8Lenient(dest=NULL[1]) failed\n");
1013 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, (const char *)bytes, -1, &errorCode);
1015 log_err("u_strFromUTF8Lenient(U_MEMORY_ALLOCATION_ERROR) failed\n");
1021 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, (const char *)bytes, -1, NULL);
1023 log_err("u_strFromUTF8Lenient(pErrorCod
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtrn.c880 /* test u_strFromUTF8Lenient() */
930 /* test u_strFromUTF8Lenient() */
997 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, NULL, -1, &errorCode);
999 log_err("u_strFromUTF8Lenient(src=NULL) failed\n");
1005 pDest=u_strFromUTF8Lenient(NULL, 1, &destLength, (const char *)bytes, -1, &errorCode);
1007 log_err("u_strFromUTF8Lenient(dest=NULL[1]) failed\n");
1013 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, (const char *)bytes, -1, &errorCode);
1015 log_err("u_strFromUTF8Lenient(U_MEMORY_ALLOCATION_ERROR) failed\n");
1021 pDest=u_strFromUTF8Lenient(dest, 1, &destLength, (const char *)bytes, -1, NULL);
1023 log_err("u_strFromUTF8Lenient(pErrorCod
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dustring.h1302 * @see u_strFromUTF8Lenient
1390 * @see u_strFromUTF8Lenient
1455 u_strFromUTF8Lenient(UChar *dest,
1689 * @see u_strFromUTF8Lenient
H A Durename.h360 #define u_strFromUTF8Lenient U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8Lenient) macro
/external/icu/icu4c/source/common/unicode/
H A Dustring.h1302 * @see u_strFromUTF8Lenient
1390 * @see u_strFromUTF8Lenient
1455 u_strFromUTF8Lenient(UChar *dest,
1689 * @see u_strFromUTF8Lenient
H A Durename.h352 #define u_strFromUTF8Lenient U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8Lenient) macro
/external/chromium_org/third_party/icu/source/common/
H A Dustrtrns.cpp740 u_strFromUTF8Lenient(UChar *dest,
/external/icu/icu4c/source/common/
H A Dustrtrns.cpp740 u_strFromUTF8Lenient(UChar *dest,

Completed in 169 milliseconds