Home
last modified time | relevance | path

Searched refs:u_strToUTF32 (Results 1 – 15 of 15) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dcustrtrn.c153 u_strToUTF32(u32Target, 0, &u32DestLen, src16, UPRV_LENGTHOF(src16),&err); in Test_strToUTF32()
162 u_strToUTF32(u32Target, UPRV_LENGTHOF(src32)+1, &u32DestLen, src16, UPRV_LENGTHOF(src16),&err); in Test_strToUTF32()
186 u_strToUTF32(NULL,0, &u32DestLen, src16, -1,&err); in Test_strToUTF32()
195 u_strToUTF32(u32Target, UPRV_LENGTHOF(src32), &u32DestLen, src16, -1,&err); in Test_strToUTF32()
225 u_strToUTF32(u32Target, 0, &u32DestLen, surr16+i, len16-i, &err); in Test_strToUTF32_surrogates()
233 u_strToUTF32(u32Target, UPRV_LENGTHOF(u32Target), &u32DestLen, surr16+i, len16-i, &err); in Test_strToUTF32_surrogates()
241 u_strToUTF32(NULL, 0, &u32DestLen, surr16+i, -1, &err); in Test_strToUTF32_surrogates()
249 u_strToUTF32(u32Target, UPRV_LENGTHOF(u32Target), &u32DestLen, surr16+i, -1, &err); in Test_strToUTF32_surrogates()
258 u_strToUTF32(u32Target, 0, &u32DestLen, surr16+4, len16-4-1, &err); in Test_strToUTF32_surrogates()
266 u_strToUTF32(u32Target, UPRV_LENGTHOF(u32Target), &u32DestLen, surr16+4, len16-4-1, &err); in Test_strToUTF32_surrogates()
[all …]
/third_party/node/deps/icu-small/source/common/
Dustr_wcs.cpp269 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacity, pDestLength, in u_strToWCS()
Dustrtrns.cpp246 u_strToUTF32(UChar32 *dest, in u_strToUTF32() function
/third_party/skia/third_party/externals/icu/source/common/
Dustr_wcs.cpp269 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacity, pDestLength, in u_strToWCS()
Dustrtrns.cpp246 u_strToUTF32(UChar32 *dest, in u_strToUTF32() function
/third_party/icu/icu4c/source/common/
Dustr_wcs.cpp269 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacity, pDestLength, in u_strToWCS()
Dustrtrns.cpp246 u_strToUTF32(UChar32 *dest, in u_strToUTF32() function
/third_party/icu/icu4c/source/test/intltest/
Didnaref.cpp143 u_strToUTF32((UChar32*)b1,b1Capacity,&b1Len,src,srcLength,&status); in convertToPuny()
155 u_strToUTF32((UChar32*)b1,b1Len,&b1Len,src,srcLength,&status); in convertToPuny()
/third_party/icu/icu4c/source/common/unicode/
Dustring.h1472 u_strToUTF32(UChar32 *dest,
Durename.h374 #define u_strToUTF32 U_ICU_ENTRY_POINT_RENAME(u_strToUTF32) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dustring.h1472 u_strToUTF32(UChar32 *dest,
Durename.h369 #define u_strToUTF32 U_ICU_ENTRY_POINT_RENAME(u_strToUTF32) macro
/third_party/node/deps/icu-small/source/common/unicode/
Dustring.h1468 u_strToUTF32(UChar32 *dest,
Durename.h375 #define u_strToUTF32 U_ICU_ENTRY_POINT_RENAME(u_strToUTF32) macro
/third_party/icu/docs/userguide/icu4c/
Dfaq.md346 `u_strFromUTF8`, `u_strToUTF32` and `u_strFromUTF32` functions. These