/third_party/icu/icu4c/source/test/cintltst/ |
H A D | custrtrn.c | 153 u_strToUTF32(u32Target, 0, &u32DestLen, src16, UPRV_LENGTHOF(src16),&err); in Test_strToUTF32() 155 log_err("u_strToUTF32(preflight with length): " in Test_strToUTF32() 162 u_strToUTF32(u32Target, UPRV_LENGTHOF(src32)+1, &u32DestLen, src16, UPRV_LENGTHOF(src16),&err); in Test_strToUTF32() 164 log_err("u_strToUTF32(with length): " in Test_strToUTF32() 177 log_verbose("u_strToUTF32(with length) failed expected: %04X got: %04X at index: %i \n", src32[i], u32Target[i],i); in Test_strToUTF32() 181 log_verbose("u_strToUTF32(with length) failed expected: %04X got: %04X at index: %i \n", 0, u32Target[i],i); in Test_strToUTF32() 186 u_strToUTF32(NULL,0, &u32DestLen, src16, -1,&err); in Test_strToUTF32() 188 log_err("u_strToUTF32(preflight with NUL-termination): " in Test_strToUTF32() 195 u_strToUTF32(u32Target, UPRV_LENGTHOF(src32), &u32DestLen, src16, -1,&err); in Test_strToUTF32() 197 log_err("u_strToUTF32(wit in Test_strToUTF32() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ustr_wcs.cpp | 269 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacity, pDestLength, in u_strToWCS()
|
H A D | ustrtrns.cpp | 246 u_strToUTF32(UChar32 *dest, in u_strToUTF32() function
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ustr_wcs.cpp | 269 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacity, pDestLength, in u_strToWCS()
|
H A D | ustrtrns.cpp | 246 u_strToUTF32(UChar32 *dest, in u_strToUTF32() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ustr_wcs.cpp | 269 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacity, pDestLength, in u_strToWCS()
|
H A D | ustrtrns.cpp | 246 u_strToUTF32(UChar32 *dest, in u_strToUTF32() function
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | idnaref.cpp | 143 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/ |
H A D | ustring.h | 1472 u_strToUTF32(UChar32 *dest, 1498 * @see u_strToUTF32 1512 * Same as u_strToUTF32() except for the additional subchar which is output for 1514 * With subchar==U_SENTINEL, this function behaves exactly like u_strToUTF32(). 1540 * @see u_strToUTF32
|
H A D | urename.h | 374 #define u_strToUTF32 U_ICU_ENTRY_POINT_RENAME(u_strToUTF32) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ustring.h | 1468 u_strToUTF32(UChar32 *dest, 1494 * @see u_strToUTF32 1508 * Same as u_strToUTF32() except for the additional subchar which is output for 1510 * With subchar==U_SENTINEL, this function behaves exactly like u_strToUTF32(). 1536 * @see u_strToUTF32
|
H A D | urename.h | 375 #define u_strToUTF32 U_ICU_ENTRY_POINT_RENAME(u_strToUTF32) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ustring.h | 1472 u_strToUTF32(UChar32 *dest, 1498 * @see u_strToUTF32 1512 * Same as u_strToUTF32() except for the additional subchar which is output for 1514 * With subchar==U_SENTINEL, this function behaves exactly like u_strToUTF32(). 1540 * @see u_strToUTF32
|
H A D | urename.h | 369 #define u_strToUTF32 U_ICU_ENTRY_POINT_RENAME(u_strToUTF32) macro
|