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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dustring.h1480 * @see u_strToUTF32WithSub
1559 u_strToUTF32WithSub(UChar32 *dest,
1600 * @see u_strToUTF32WithSub
H A Durename.h369 #define u_strToUTF32WithSub U_ICU_ENTRY_POINT_RENAME(u_strToUTF32WithSub) macro
/external/icu/icu4c/source/common/unicode/
H A Dustring.h1480 * @see u_strToUTF32WithSub
1559 u_strToUTF32WithSub(UChar32 *dest,
1600 * @see u_strToUTF32WithSub
H A Durename.h361 #define u_strToUTF32WithSub U_ICU_ENTRY_POINT_RENAME(u_strToUTF32WithSub) macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcustrtrn.c291 u_strToUTF32WithSub(u32Target, 0, &u32DestLen, surr16, len16-1, 0xfffd, &numSubstitutions, &err);
293 log_err("u_strToUTF32WithSub(preflight surr16) sets %s != U_BUFFER_OVERFLOW_ERROR or an unexpected length\n",
299 u_strToUTF32WithSub(u32Target, LENGTHOF(u32Target), &u32DestLen, surr16, len16-1, 0xfffd, &numSubstitutions, &err);
301 log_err("u_strToUTF32WithSub(surr16) sets %s != U_ZERO_ERROR or does not produce the expected string\n",
307 u_strToUTF32WithSub(NULL, 0, &u32DestLen, surr16, -1, 0x12345, &numSubstitutions, &err);
309 log_err("u_strToUTF32WithSub(preflight surr16/NUL) sets %s != U_BUFFER_OVERFLOW_ERROR or an unexpected length\n",
315 u_strToUTF32WithSub(u32Target, LENGTHOF(u32Target), &u32DestLen, surr16, -1, 0x12345, &numSubstitutions, &err);
317 log_err("u_strToUTF32WithSub(surr16/NUL) sets %s != U_ZERO_ERROR or does not produce the expected string\n",
2091 u_strToUTF32WithSub(dest32, LENGTHOF(dest32), &length, NULL, 0, 0xfffd, NULL, &errorCode);
2093 log_err("u_strToUTF32WithSub(sourc
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtrn.c291 u_strToUTF32WithSub(u32Target, 0, &u32DestLen, surr16, len16-1, 0xfffd, &numSubstitutions, &err);
293 log_err("u_strToUTF32WithSub(preflight surr16) sets %s != U_BUFFER_OVERFLOW_ERROR or an unexpected length\n",
299 u_strToUTF32WithSub(u32Target, LENGTHOF(u32Target), &u32DestLen, surr16, len16-1, 0xfffd, &numSubstitutions, &err);
301 log_err("u_strToUTF32WithSub(surr16) sets %s != U_ZERO_ERROR or does not produce the expected string\n",
307 u_strToUTF32WithSub(NULL, 0, &u32DestLen, surr16, -1, 0x12345, &numSubstitutions, &err);
309 log_err("u_strToUTF32WithSub(preflight surr16/NUL) sets %s != U_BUFFER_OVERFLOW_ERROR or an unexpected length\n",
315 u_strToUTF32WithSub(u32Target, LENGTHOF(u32Target), &u32DestLen, surr16, -1, 0x12345, &numSubstitutions, &err);
317 log_err("u_strToUTF32WithSub(surr16/NUL) sets %s != U_ZERO_ERROR or does not produce the expected string\n",
2091 u_strToUTF32WithSub(dest32, LENGTHOF(dest32), &length, NULL, 0, 0xfffd, NULL, &errorCode);
2093 log_err("u_strToUTF32WithSub(sourc
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dustrtrns.cpp154 u_strToUTF32WithSub(UChar32 *dest, function
252 return u_strToUTF32WithSub(
H A Dunistr.cpp924 // getBuffer() and u_strToUTF32WithSub() check for illegal arguments.
925 u_strToUTF32WithSub(utf32, capacity, &length32,
/external/icu/icu4c/source/common/
H A Dustrtrns.cpp154 u_strToUTF32WithSub(UChar32 *dest, function
252 return u_strToUTF32WithSub(
H A Dunistr.cpp924 // getBuffer() and u_strToUTF32WithSub() check for illegal arguments.
925 u_strToUTF32WithSub(utf32, capacity, &length32,

Completed in 2410 milliseconds