Home
last modified time | relevance | path

Searched refs:u_strToUTF32 (Results 1 - 14 of 14) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
H A Dcustrtrn.c153 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 Dustr_wcs.cpp269 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacity, pDestLength, in u_strToWCS()
H A Dustrtrns.cpp246 u_strToUTF32(UChar32 *dest, in u_strToUTF32() function
/third_party/node/deps/icu-small/source/common/
H A Dustr_wcs.cpp269 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacity, pDestLength, in u_strToWCS()
H A Dustrtrns.cpp246 u_strToUTF32(UChar32 *dest, in u_strToUTF32() function
/third_party/skia/third_party/externals/icu/source/common/
H A Dustr_wcs.cpp269 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacity, pDestLength, in u_strToWCS()
H A Dustrtrns.cpp246 u_strToUTF32(UChar32 *dest, in u_strToUTF32() function
/third_party/icu/icu4c/source/test/intltest/
H A 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/
H A Dustring.h1472 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 Durename.h374 #define u_strToUTF32 U_ICU_ENTRY_POINT_RENAME(u_strToUTF32) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Dustring.h1468 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 Durename.h375 #define u_strToUTF32 U_ICU_ENTRY_POINT_RENAME(u_strToUTF32) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dustring.h1472 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 Durename.h369 #define u_strToUTF32 U_ICU_ENTRY_POINT_RENAME(u_strToUTF32) macro

Completed in 48 milliseconds