Searched refs:u_strToUTF32WithSub (Results 1 - 13 of 13) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | custrtrn.c | 292 u_strToUTF32WithSub(u32Target, 0, &u32DestLen, surr16, len16-1, 0xfffd, &numSubstitutions, &err); in Test_strToUTF32_surrogates() 294 log_err("u_strToUTF32WithSub(preflight surr16) sets %s != U_BUFFER_OVERFLOW_ERROR or an unexpected length\n", in Test_strToUTF32_surrogates() 300 u_strToUTF32WithSub(u32Target, UPRV_LENGTHOF(u32Target), &u32DestLen, surr16, len16-1, 0xfffd, &numSubstitutions, &err); in Test_strToUTF32_surrogates() 302 log_err("u_strToUTF32WithSub(surr16) sets %s != U_ZERO_ERROR or does not produce the expected string\n", in Test_strToUTF32_surrogates() 308 u_strToUTF32WithSub(NULL, 0, &u32DestLen, surr16, -1, 0x12345, &numSubstitutions, &err); in Test_strToUTF32_surrogates() 310 log_err("u_strToUTF32WithSub(preflight surr16/NUL) sets %s != U_BUFFER_OVERFLOW_ERROR or an unexpected length\n", in Test_strToUTF32_surrogates() 316 u_strToUTF32WithSub(u32Target, UPRV_LENGTHOF(u32Target), &u32DestLen, surr16, -1, 0x12345, &numSubstitutions, &err); in Test_strToUTF32_surrogates() 318 log_err("u_strToUTF32WithSub(surr16/NUL) sets %s != U_ZERO_ERROR or does not produce the expected string\n", in Test_strToUTF32_surrogates() 2085 u_strToUTF32WithSub(dest32, UPRV_LENGTHOF(dest32), &length, NULL, 0, 0xfffd, NULL, &errorCode); in TestNullEmptySource() 2087 log_err("u_strToUTF32WithSub(sourc in TestNullEmptySource() [all...] |
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ustring.h | 1467 * @see u_strToUTF32WithSub 1545 u_strToUTF32WithSub(UChar32 *dest, 1585 * @see u_strToUTF32WithSub
|
H A D | urename.h | 375 #define u_strToUTF32WithSub U_ICU_ENTRY_POINT_RENAME(u_strToUTF32WithSub) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ustring.h | 1463 * @see u_strToUTF32WithSub 1541 u_strToUTF32WithSub(UChar32 *dest, 1581 * @see u_strToUTF32WithSub
|
H A D | urename.h | 376 #define u_strToUTF32WithSub U_ICU_ENTRY_POINT_RENAME(u_strToUTF32WithSub) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ustring.h | 1467 * @see u_strToUTF32WithSub 1545 u_strToUTF32WithSub(UChar32 *dest, 1585 * @see u_strToUTF32WithSub
|
H A D | urename.h | 370 #define u_strToUTF32WithSub U_ICU_ENTRY_POINT_RENAME(u_strToUTF32WithSub) macro
|
/third_party/icu/icu4c/source/common/ |
H A D | ustrtrns.cpp | 154 u_strToUTF32WithSub(UChar32 *dest, in u_strToUTF32WithSub() function 252 return u_strToUTF32WithSub( in u_strToUTF32()
|
H A D | unistr.cpp | 1015 // getBuffer() and u_strToUTF32WithSub() check for illegal arguments. in toUTF32() 1016 u_strToUTF32WithSub(utf32, capacity, &length32, in toUTF32()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ustrtrns.cpp | 154 u_strToUTF32WithSub(UChar32 *dest, in u_strToUTF32WithSub() function 252 return u_strToUTF32WithSub( in u_strToUTF32()
|
H A D | unistr.cpp | 1057 // getBuffer() and u_strToUTF32WithSub() check for illegal arguments. in toUTF32() 1058 u_strToUTF32WithSub(utf32, capacity, &length32, in toUTF32()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ustrtrns.cpp | 154 u_strToUTF32WithSub(UChar32 *dest, in u_strToUTF32WithSub() function 252 return u_strToUTF32WithSub( in u_strToUTF32()
|
H A D | unistr.cpp | 1014 // getBuffer() and u_strToUTF32WithSub() check for illegal arguments. in toUTF32() 1015 u_strToUTF32WithSub(utf32, capacity, &length32, in toUTF32()
|
Completed in 59 milliseconds