Searched refs:u_strFromUTF32 (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dcustrtrn.c329 u_strFromUTF32(uTarget,0,&uDestLen,src32,UPRV_LENGTHOF(src32),&err);
331 log_err("u_strFromUTF32(preflight with length): "
338 u_strFromUTF32(uTarget, UPRV_LENGTHOF(src16)+1,&uDestLen,src32,UPRV_LENGTHOF(src32),&err);
340 log_err("u_strFromUTF32(with length): "
354 log_verbose("u_strFromUTF32(with length) failed expected: %04X got: %04X at index: %i \n", src16[i] ,uTarget[i],i);
358 log_verbose("u_strFromUTF32(with length) failed expected: %04X got: %04X at index: %i \n", 0,uTarget[i],i);
363 u_strFromUTF32(NULL,0,&uDestLen,src32,-1,&err);
365 log_err("u_strFromUTF32(preflight with NUL-termination): "
372 u_strFromUTF32(uTarget, UPRV_LENGTHOF(src16),&uDestLen,src32,-1,&err);
374 log_err("u_strFromUTF32(wit
[all...]
/external/icu/icu4c/source/common/
H A Dustr_wcs.cpp522 return u_strFromUTF32(dest, destCapacity, pDestLength,
H A Dustrtrns.cpp138 u_strFromUTF32(UChar *dest, function
/external/icu/icu4c/source/common/unicode/
H A Dustring.h1479 * @see u_strFromUTF32
1513 u_strFromUTF32(UChar *dest,
1567 * Same as u_strFromUTF32() except for the additional subchar which is output for
1569 * With subchar==U_SENTINEL, this function behaves exactly like u_strFromUTF32().
1595 * @see u_strFromUTF32
H A Durename.h353 #define u_strFromUTF32 U_ICU_ENTRY_POINT_RENAME(u_strFromUTF32) macro
/external/icu/icu4c/source/tools/makeconv/
H A Dgencnvex.c343 u_strFromUTF32(NULL, 0, &u16Length, u32, m->uLen, &errorCode);
356 u_strFromUTF32(u, u16Length, NULL, u32, m->uLen, &errorCode);
/external/icu/icu4c/source/test/intltest/
H A Didnaref.cpp228 u_strFromUTF32(dest,destCapacity,&destLen,(UChar32*)b2,b2Len,&status);
/external/icu/icu4c/source/tools/toolutil/
H A Ducm.c830 u_strFromUTF32(NULL, 0, &u16Length, codePoints, uLen, &errorCode);

Completed in 154 milliseconds