Searched refs:u_strToUTF32WithSub (Results 1 – 13 of 13) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | custrtrn.c | 292 … u_strToUTF32WithSub(u32Target, 0, &u32DestLen, surr16, len16-1, 0xfffd, &numSubstitutions, &err); in Test_strToUTF32_surrogates() 300 …u_strToUTF32WithSub(u32Target, UPRV_LENGTHOF(u32Target), &u32DestLen, surr16, len16-1, 0xfffd, &nu… in Test_strToUTF32_surrogates() 308 u_strToUTF32WithSub(NULL, 0, &u32DestLen, surr16, -1, 0x12345, &numSubstitutions, &err); in Test_strToUTF32_surrogates() 316 …u_strToUTF32WithSub(u32Target, UPRV_LENGTHOF(u32Target), &u32DestLen, surr16, -1, 0x12345, &numSub… in Test_strToUTF32_surrogates() 2085 u_strToUTF32WithSub(dest32, UPRV_LENGTHOF(dest32), &length, NULL, 0, 0xfffd, NULL, &errorCode); in TestNullEmptySource()
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ustring.h | 1545 u_strToUTF32WithSub(UChar32 *dest,
|
D | urename.h | 375 #define u_strToUTF32WithSub U_ICU_ENTRY_POINT_RENAME(u_strToUTF32WithSub) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ustring.h | 1545 u_strToUTF32WithSub(UChar32 *dest,
|
D | urename.h | 370 #define u_strToUTF32WithSub U_ICU_ENTRY_POINT_RENAME(u_strToUTF32WithSub) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ustring.h | 1541 u_strToUTF32WithSub(UChar32 *dest,
|
D | urename.h | 376 #define u_strToUTF32WithSub U_ICU_ENTRY_POINT_RENAME(u_strToUTF32WithSub) macro
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ustrtrns.cpp | 154 u_strToUTF32WithSub(UChar32 *dest, in u_strToUTF32WithSub() function 252 return u_strToUTF32WithSub( in u_strToUTF32()
|
D | unistr.cpp | 1015 u_strToUTF32WithSub(utf32, capacity, &length32, in toUTF32()
|
/third_party/node/deps/icu-small/source/common/ |
D | ustrtrns.cpp | 154 u_strToUTF32WithSub(UChar32 *dest, in u_strToUTF32WithSub() function 252 return u_strToUTF32WithSub( in u_strToUTF32()
|
D | unistr.cpp | 1058 u_strToUTF32WithSub(utf32, capacity, &length32, in toUTF32()
|
/third_party/icu/icu4c/source/common/ |
D | ustrtrns.cpp | 154 u_strToUTF32WithSub(UChar32 *dest, in u_strToUTF32WithSub() function 252 return u_strToUTF32WithSub( in u_strToUTF32()
|
D | unistr.cpp | 1016 u_strToUTF32WithSub(utf32, capacity, &length32, in toUTF32()
|