Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
H A Dcustrtrn.c332 u_strFromUTF32(uTarget,0,&uDestLen,src32,UPRV_LENGTHOF(src32),&err); in Test_strFromUTF32()
334 log_err("u_strFromUTF32(preflight with length): " in Test_strFromUTF32()
341 u_strFromUTF32(uTarget, UPRV_LENGTHOF(src16)+1,&uDestLen,src32,UPRV_LENGTHOF(src32),&err); in Test_strFromUTF32()
343 log_err("u_strFromUTF32(with length): " in Test_strFromUTF32()
357 log_verbose("u_strFromUTF32(with length) failed expected: %04X got: %04X at index: %i \n", src16[i] ,uTarget[i],i); in Test_strFromUTF32()
361 log_verbose("u_strFromUTF32(with length) failed expected: %04X got: %04X at index: %i \n", 0,uTarget[i],i); in Test_strFromUTF32()
366 u_strFromUTF32(NULL,0,&uDestLen,src32,-1,&err); in Test_strFromUTF32()
368 log_err("u_strFromUTF32(preflight with NUL-termination): " in Test_strFromUTF32()
375 u_strFromUTF32(uTarget, UPRV_LENGTHOF(src16),&uDestLen,src32,-1,&err); in Test_strFromUTF32()
377 log_err("u_strFromUTF32(wit in Test_strFromUTF32()
[all...]
/third_party/icu/icu4c/source/common/
H A Dustr_wcs.cpp524 return u_strFromUTF32(dest, destCapacity, pDestLength, in u_strFromWCS()
H A Dustrtrns.cpp140 u_strFromUTF32(UChar *dest, in u_strFromUTF32() function
/third_party/node/deps/icu-small/source/common/
H A Dustr_wcs.cpp524 return u_strFromUTF32(dest, destCapacity, pDestLength, in u_strFromWCS()
H A Dustrtrns.cpp140 u_strFromUTF32(char16_t *dest, in u_strFromUTF32() function
/third_party/skia/third_party/externals/icu/source/common/
H A Dustr_wcs.cpp524 return u_strFromUTF32(dest, destCapacity, pDestLength, in u_strFromWCS()
H A Dustrtrns.cpp140 u_strFromUTF32(UChar *dest, in u_strFromUTF32() function
/third_party/icu/icu4c/source/tools/makeconv/
H A Dgencnvex.c351 u_strFromUTF32(NULL, 0, &u16Length, u32, m->uLen, &errorCode); in getToUnicodeValue()
364 u_strFromUTF32(u, u16Length, NULL, u32, m->uLen, &errorCode); in getToUnicodeValue()
/third_party/skia/third_party/externals/icu/source/tools/makeconv/
H A Dgencnvex.c350 u_strFromUTF32(NULL, 0, &u16Length, u32, m->uLen, &errorCode); in getToUnicodeValue()
363 u_strFromUTF32(u, u16Length, NULL, u32, m->uLen, &errorCode); in getToUnicodeValue()
/third_party/icu/icu4c/source/common/unicode/
H A Dustring.h1468 * @see u_strFromUTF32
1502 u_strFromUTF32(UChar *dest,
1556 * Same as u_strFromUTF32() except for the additional subchar which is output for
1558 * With subchar==U_SENTINEL, this function behaves exactly like u_strFromUTF32().
1584 * @see u_strFromUTF32
H A Durename.h363 #define u_strFromUTF32 U_ICU_ENTRY_POINT_RENAME(u_strFromUTF32) macro
/third_party/node/deps/icu-small/source/common/unicode/
H A Dustring.h1464 * @see u_strFromUTF32
1498 u_strFromUTF32(UChar *dest,
1552 * Same as u_strFromUTF32() except for the additional subchar which is output for
1554 * With subchar==U_SENTINEL, this function behaves exactly like u_strFromUTF32().
1580 * @see u_strFromUTF32
H A Durename.h364 #define u_strFromUTF32 U_ICU_ENTRY_POINT_RENAME(u_strFromUTF32) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dustring.h1468 * @see u_strFromUTF32
1502 u_strFromUTF32(UChar *dest,
1556 * Same as u_strFromUTF32() except for the additional subchar which is output for
1558 * With subchar==U_SENTINEL, this function behaves exactly like u_strFromUTF32().
1584 * @see u_strFromUTF32
H A Durename.h358 #define u_strFromUTF32 U_ICU_ENTRY_POINT_RENAME(u_strFromUTF32) macro
/third_party/icu/icu4c/source/tools/toolutil/
H A Ducm.cpp835 u_strFromUTF32(NULL, 0, &u16Length, codePoints, uLen, &errorCode); in ucm_parseMappingLine()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Ducm.cpp835 u_strFromUTF32(nullptr, 0, &u16Length, codePoints, uLen, &errorCode); in ucm_parseMappingLine()
/third_party/icu/icu4c/source/test/intltest/
H A Didnaref.cpp241 u_strFromUTF32(dest,destCapacity,&destLen,(UChar32*)b2,b2Len,&status); in convertFromPuny()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ducm.cpp835 u_strFromUTF32(NULL, 0, &u16Length, codePoints, uLen, &errorCode); in ucm_parseMappingLine()

Completed in 49 milliseconds