Home
last modified time | relevance | path

Searched refs:u_strFromUTF32 (Results 1 – 22 of 22) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dcustrtrn.c332 u_strFromUTF32(uTarget,0,&uDestLen,src32,UPRV_LENGTHOF(src32),&err); in Test_strFromUTF32()
341 u_strFromUTF32(uTarget, UPRV_LENGTHOF(src16)+1,&uDestLen,src32,UPRV_LENGTHOF(src32),&err); in Test_strFromUTF32()
366 u_strFromUTF32(NULL,0,&uDestLen,src32,-1,&err); in Test_strFromUTF32()
375 u_strFromUTF32(uTarget, UPRV_LENGTHOF(src16),&uDestLen,src32,-1,&err); in Test_strFromUTF32()
406 u_strFromUTF32(uTarget, 0, &uDestLen, surr32+i, len32-i, &err); in Test_strFromUTF32_surrogates()
414 u_strFromUTF32(uTarget, UPRV_LENGTHOF(uTarget), &uDestLen, surr32+i, len32-i, &err); in Test_strFromUTF32_surrogates()
422 u_strFromUTF32(NULL, 0, &uDestLen, surr32+i, -1, &err); in Test_strFromUTF32_surrogates()
430 u_strFromUTF32(uTarget, UPRV_LENGTHOF(uTarget), &uDestLen, surr32+i, -1, &err); in Test_strFromUTF32_surrogates()
439 u_strFromUTF32(uTarget, 0, &uDestLen, surr32+6, len32-6-1, &err); in Test_strFromUTF32_surrogates()
447 u_strFromUTF32(uTarget, UPRV_LENGTHOF(uTarget), &uDestLen, surr32+6, len32-6-1, &err); in Test_strFromUTF32_surrogates()
[all …]
/third_party/musl/src/locale/
Dwcstod_l.c28 get_icu_symbol(ICU_I18N, &(g_icu_opt_func.u_strFrom_utf32), ICU_SYMBOL(u_strFromUTF32)); in icu_wchar_trans()
/third_party/node/deps/icu-small/source/common/
Dustr_wcs.cpp524 return u_strFromUTF32(dest, destCapacity, pDestLength, in u_strFromWCS()
Dustrtrns.cpp140 u_strFromUTF32(char16_t *dest, in u_strFromUTF32() function
/third_party/skia/third_party/externals/icu/source/common/
Dustr_wcs.cpp524 return u_strFromUTF32(dest, destCapacity, pDestLength, in u_strFromWCS()
Dustrtrns.cpp140 u_strFromUTF32(UChar *dest, in u_strFromUTF32() function
/third_party/icu/icu4c/source/common/
Dustr_wcs.cpp524 return u_strFromUTF32(dest, destCapacity, pDestLength, in u_strFromWCS()
Dustrtrns.cpp140 u_strFromUTF32(UChar *dest, in u_strFromUTF32() function
/third_party/icu/icu4c/source/tools/makeconv/
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/
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/
Dustring.h1502 u_strFromUTF32(UChar *dest,
Durename.h363 #define u_strFromUTF32 U_ICU_ENTRY_POINT_RENAME(u_strFromUTF32) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dustring.h1502 u_strFromUTF32(UChar *dest,
Durename.h358 #define u_strFromUTF32 U_ICU_ENTRY_POINT_RENAME(u_strFromUTF32) macro
/third_party/node/deps/icu-small/source/common/unicode/
Dustring.h1498 u_strFromUTF32(UChar *dest,
Durename.h364 #define u_strFromUTF32 U_ICU_ENTRY_POINT_RENAME(u_strFromUTF32) macro
/third_party/icu/icu4c/source/test/intltest/
Didnaref.cpp241 u_strFromUTF32(dest,destCapacity,&destLen,(UChar32*)b2,b2Len,&status); in convertFromPuny()
/third_party/node/deps/icu-small/source/tools/toolutil/
Ducm.cpp835 u_strFromUTF32(nullptr, 0, &u16Length, codePoints, uLen, &errorCode); in ucm_parseMappingLine()
/third_party/icu/icu4c/source/tools/toolutil/
Ducm.cpp835 u_strFromUTF32(NULL, 0, &u16Length, codePoints, uLen, &errorCode); in ucm_parseMappingLine()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Ducm.cpp835 u_strFromUTF32(NULL, 0, &u16Length, codePoints, uLen, &errorCode); in ucm_parseMappingLine()
/third_party/icu/docs/userguide/strings/
Dindex.md652 1. Conversion of whole strings: u_strFromUTF32() and u_strFromUTF32() in
/third_party/icu/docs/userguide/icu4c/
Dfaq.md346 `u_strFromUTF8`, `u_strToUTF32` and `u_strFromUTF32` functions. These