Searched refs:u_strToUTF32WithSub (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | custrtrn.c | 291 … u_strToUTF32WithSub(u32Target, 0, &u32DestLen, surr16, len16-1, 0xfffd, &numSubstitutions, &err); in Test_strToUTF32_surrogates() 299 …u_strToUTF32WithSub(u32Target, UPRV_LENGTHOF(u32Target), &u32DestLen, surr16, len16-1, 0xfffd, &nu… in Test_strToUTF32_surrogates() 307 u_strToUTF32WithSub(NULL, 0, &u32DestLen, surr16, -1, 0x12345, &numSubstitutions, &err); in Test_strToUTF32_surrogates() 315 …u_strToUTF32WithSub(u32Target, UPRV_LENGTHOF(u32Target), &u32DestLen, surr16, -1, 0x12345, &numSub… in Test_strToUTF32_surrogates() 2084 u_strToUTF32WithSub(dest32, UPRV_LENGTHOF(dest32), &length, NULL, 0, 0xfffd, NULL, &errorCode); in TestNullEmptySource()
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 1545 u_strToUTF32WithSub(UChar32 *dest,
|
D | urename.h | 366 #define u_strToUTF32WithSub U_ICU_ENTRY_POINT_RENAME(u_strToUTF32WithSub) macro
|
/external/icu/libandroidicu/include/unicode/ |
D | ustring.h | 1545 u_strToUTF32WithSub(UChar32 *dest,
|
D | urename.h | 366 #define u_strToUTF32WithSub U_ICU_ENTRY_POINT_RENAME(u_strToUTF32WithSub) macro
|
/external/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()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 410 …return u_strToUTF32WithSub(dest, destCapacity, pDestLength, src, srcLength, subchar, pNumSubstitut… in u_strToUTF32WithSub_android()
|