HomeSort by relevance Sort by last modified time
    Searched refs:u_strToUTF32WithSub (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/common/unicode/
ustring.h     [all...]
urename.h 365 #define u_strToUTF32WithSub U_ICU_ENTRY_POINT_RENAME(u_strToUTF32WithSub)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtrn.c 289 u_strToUTF32WithSub(u32Target, 0, &u32DestLen, surr16, len16-1, 0xfffd, &numSubstitutions, &err);
291 log_err("u_strToUTF32WithSub(preflight surr16) sets %s != U_BUFFER_OVERFLOW_ERROR or an unexpected length\n",
297 u_strToUTF32WithSub(u32Target, UPRV_LENGTHOF(u32Target), &u32DestLen, surr16, len16-1, 0xfffd, &numSubstitutions, &err);
299 log_err("u_strToUTF32WithSub(surr16) sets %s != U_ZERO_ERROR or does not produce the expected string\n",
305 u_strToUTF32WithSub(NULL, 0, &u32DestLen, surr16, -1, 0x12345, &numSubstitutions, &err);
307 log_err("u_strToUTF32WithSub(preflight surr16/NUL) sets %s != U_BUFFER_OVERFLOW_ERROR or an unexpected length\n",
313 u_strToUTF32WithSub(u32Target, UPRV_LENGTHOF(u32Target), &u32DestLen, surr16, -1, 0x12345, &numSubstitutions, &err);
315 log_err("u_strToUTF32WithSub(surr16/NUL) sets %s != U_ZERO_ERROR or does not produce the expected string\n",
    [all...]
  /external/icu/icu4c/source/common/
ustrtrns.cpp 152 u_strToUTF32WithSub(UChar32 *dest,
250 return u_strToUTF32WithSub(
    [all...]
unistr.cpp 986 // getBuffer() and u_strToUTF32WithSub() check for illegal arguments.
987 u_strToUTF32WithSub(utf32, capacity, &length32,
    [all...]

Completed in 335 milliseconds