Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dcustrtrn.c152 u_strToUTF32(u32Target, 0, &u32DestLen, src16, LENGTHOF(src16),&err); in Test_strToUTF32()
161 u_strToUTF32(u32Target, LENGTHOF(src32)+1, &u32DestLen, src16, LENGTHOF(src16),&err); in Test_strToUTF32()
185 u_strToUTF32(NULL,0, &u32DestLen, src16, -1,&err); in Test_strToUTF32()
194 u_strToUTF32(u32Target, LENGTHOF(src32), &u32DestLen, src16, -1,&err); in Test_strToUTF32()
224 u_strToUTF32(u32Target, 0, &u32DestLen, surr16+i, len16-i, &err); in Test_strToUTF32_surrogates()
232 u_strToUTF32(u32Target, LENGTHOF(u32Target), &u32DestLen, surr16+i, len16-i, &err); in Test_strToUTF32_surrogates()
240 u_strToUTF32(NULL, 0, &u32DestLen, surr16+i, -1, &err); in Test_strToUTF32_surrogates()
248 u_strToUTF32(u32Target, LENGTHOF(u32Target), &u32DestLen, surr16+i, -1, &err); in Test_strToUTF32_surrogates()
257 u_strToUTF32(u32Target, 0, &u32DestLen, surr16+4, len16-4-1, &err); in Test_strToUTF32_surrogates()
265 u_strToUTF32(u32Target, LENGTHOF(u32Target), &u32DestLen, surr16+4, len16-4-1, &err); in Test_strToUTF32_surrogates()
[all …]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dustring.h1286 u_strToUTF32(UChar32 *dest,
Durename.h262 #define u_strToUTF32 u_strToUTF32_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
Dustring.h1286 u_strToUTF32(UChar32 *dest,
Durename.h262 #define u_strToUTF32 u_strToUTF32_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Dustring.h1286 u_strToUTF32(UChar32 *dest,
Durename.h262 #define u_strToUTF32 u_strToUTF32_3_2 macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dustring.h1286 u_strToUTF32(UChar32 *dest,
Durename.h262 #define u_strToUTF32 u_strToUTF32_3_2 macro
/external/icu4c/common/
Dustr_wcs.c267 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacity, pDestLength, in u_strToWCS()
Dustrtrns.c240 u_strToUTF32(UChar32 *dest, in u_strToUTF32() function
/external/icu4c/test/intltest/
Didnaref.cpp141 u_strToUTF32((UChar32*)b1,b1Capacity,&b1Len,src,srcLength,&status); in convertToPuny()
153 u_strToUTF32((UChar32*)b1,b1Len,&b1Len,src,srcLength,&status); in convertToPuny()
/external/icu4c/common/unicode/
Dustring.h1478 u_strToUTF32(UChar32 *dest,
Durename.h372 #define u_strToUTF32 U_ICU_ENTRY_POINT_RENAME(u_strToUTF32) macro