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

/external/icu/icu4c/source/test/cintltst/
H A Dcustrtrn.c150 u_strToUTF32(u32Target, 0, &u32DestLen, src16, UPRV_LENGTHOF(src16),&err);
152 log_err("u_strToUTF32(preflight with length): "
159 u_strToUTF32(u32Target, UPRV_LENGTHOF(src32)+1, &u32DestLen, src16, UPRV_LENGTHOF(src16),&err);
161 log_err("u_strToUTF32(with length): "
174 log_verbose("u_strToUTF32(with length) failed expected: %04X got: %04X at index: %i \n", src32[i], u32Target[i],i);
178 log_verbose("u_strToUTF32(with length) failed expected: %04X got: %04X at index: %i \n", 0, u32Target[i],i);
183 u_strToUTF32(NULL,0, &u32DestLen, src16, -1,&err);
185 log_err("u_strToUTF32(preflight with NUL-termination): "
192 u_strToUTF32(u32Target, UPRV_LENGTHOF(src32), &u32DestLen, src16, -1,&err);
194 log_err("u_strToUTF32(wit
[all...]
/external/harfbuzz_ng/src/
H A Dhb-icu.cc339 u_strToUTF32 ((UChar32*) decomposed, HB_UNICODE_MAX_DECOMPOSITION_LEN, &utf32_len, normalized, len, &icu_err);
/external/icu/icu4c/source/common/
H A Dustr_wcs.cpp267 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacity, pDestLength,
H A Dustrtrns.cpp244 u_strToUTF32(UChar32 *dest, function
/external/icu/icu4c/source/common/unicode/
H A Dustring.h1483 u_strToUTF32(UChar32 *dest,
1509 * @see u_strToUTF32
1523 * Same as u_strToUTF32() except for the additional subchar which is output for
1525 * With subchar==U_SENTINEL, this function behaves exactly like u_strToUTF32().
1551 * @see u_strToUTF32
H A Durename.h364 #define u_strToUTF32 U_ICU_ENTRY_POINT_RENAME(u_strToUTF32) macro
/external/icu/icu4c/source/test/intltest/
H A Didnaref.cpp141 u_strToUTF32((UChar32*)b1,b1Capacity,&b1Len,src,srcLength,&status);
153 u_strToUTF32((UChar32*)b1,b1Len,&b1Len,src,srcLength,&status);

Completed in 320 milliseconds