Searched refs:u_strFromUTF32WithSub (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dustring.h1510 * @see u_strFromUTF32WithSub
1555 * @see u_strFromUTF32WithSub
1604 u_strFromUTF32WithSub(UChar *dest,
H A Durename.h358 #define u_strFromUTF32WithSub U_ICU_ENTRY_POINT_RENAME(u_strFromUTF32WithSub) macro
/external/icu/icu4c/source/common/unicode/
H A Dustring.h1510 * @see u_strFromUTF32WithSub
1555 * @see u_strFromUTF32WithSub
1604 u_strFromUTF32WithSub(UChar *dest,
H A Durename.h350 #define u_strFromUTF32WithSub U_ICU_ENTRY_POINT_RENAME(u_strFromUTF32WithSub) macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtrn.c472 u_strFromUTF32WithSub(uTarget, 0, &uDestLen, surr32, len32-1, 0xfffd, &numSubstitutions, &err);
474 log_err("u_strFromUTF32WithSub(preflight surr32) sets %s != U_BUFFER_OVERFLOW_ERROR or an unexpected length\n",
480 u_strFromUTF32WithSub(uTarget, LENGTHOF(uTarget), &uDestLen, surr32, len32-1, 0xfffd, &numSubstitutions, &err);
482 log_err("u_strFromUTF32WithSub(surr32) sets %s != U_ZERO_ERROR or does not produce the expected string\n",
488 u_strFromUTF32WithSub(NULL, 0, &uDestLen, surr32, -1, 0x12345, &numSubstitutions, &err);
490 log_err("u_strFromUTF32WithSub(preflight surr32/NUL) sets %s != U_BUFFER_OVERFLOW_ERROR or an unexpected length\n",
496 u_strFromUTF32WithSub(uTarget, LENGTHOF(uTarget), &uDestLen, surr32, -1, 0x12345, &numSubstitutions, &err);
498 log_err("u_strFromUTF32WithSub(surr32/NUL) sets %s != U_ZERO_ERROR or does not produce the expected string\n",
2049 u_strFromUTF32WithSub(dest16, LENGTHOF(dest16), &length, NULL, 0, 0xfffd, NULL, &errorCode);
2051 log_err("u_strFromUTF32WithSub(sourc
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtrn.c472 u_strFromUTF32WithSub(uTarget, 0, &uDestLen, surr32, len32-1, 0xfffd, &numSubstitutions, &err);
474 log_err("u_strFromUTF32WithSub(preflight surr32) sets %s != U_BUFFER_OVERFLOW_ERROR or an unexpected length\n",
480 u_strFromUTF32WithSub(uTarget, LENGTHOF(uTarget), &uDestLen, surr32, len32-1, 0xfffd, &numSubstitutions, &err);
482 log_err("u_strFromUTF32WithSub(surr32) sets %s != U_ZERO_ERROR or does not produce the expected string\n",
488 u_strFromUTF32WithSub(NULL, 0, &uDestLen, surr32, -1, 0x12345, &numSubstitutions, &err);
490 log_err("u_strFromUTF32WithSub(preflight surr32/NUL) sets %s != U_BUFFER_OVERFLOW_ERROR or an unexpected length\n",
496 u_strFromUTF32WithSub(uTarget, LENGTHOF(uTarget), &uDestLen, surr32, -1, 0x12345, &numSubstitutions, &err);
498 log_err("u_strFromUTF32WithSub(surr32/NUL) sets %s != U_ZERO_ERROR or does not produce the expected string\n",
2049 u_strFromUTF32WithSub(dest16, LENGTHOF(dest16), &length, NULL, 0, 0xfffd, NULL, &errorCode);
2051 log_err("u_strFromUTF32WithSub(sourc
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dustrtrns.cpp40 u_strFromUTF32WithSub(UChar *dest, function
146 return u_strFromUTF32WithSub(
H A Dunistr.cpp428 u_strFromUTF32WithSub(utf16, result.getCapacity(), &length16,
/external/icu/icu4c/source/common/
H A Dustrtrns.cpp40 u_strFromUTF32WithSub(UChar *dest, function
146 return u_strFromUTF32WithSub(
H A Dunistr.cpp428 u_strFromUTF32WithSub(utf16, result.getCapacity(), &length16,

Completed in 1555 milliseconds