Home
last modified time | relevance | path

Searched refs:u_strFromUTF8 (Results 1 – 25 of 139) sorted by relevance

123456

/dports/lang/php73/php-7.3.33/ext/intl/
H A Dintl_convert.c70 u_strFromUTF8( *target, *target_len, &dst_len, src, (int32_t)src_len, status ); in intl_convert_utf8_to_utf16()
92 u_strFromUTF8( dst_buf, dst_len+1, NULL, src, src_len, status ); in intl_convert_utf8_to_utf16()
/dports/www/mod_php81/php-8.1.1/ext/intl/
H A Dintl_convert.c68 u_strFromUTF8( *target, *target_len, &dst_len, src, (int32_t)src_len, status ); in intl_convert_utf8_to_utf16()
90 u_strFromUTF8( dst_buf, dst_len+1, NULL, src, src_len, status ); in intl_convert_utf8_to_utf16()
/dports/lang/php81/php-8.1.1/ext/intl/
H A Dintl_convert.c68 u_strFromUTF8( *target, *target_len, &dst_len, src, (int32_t)src_len, status ); in intl_convert_utf8_to_utf16()
90 u_strFromUTF8( dst_buf, dst_len+1, NULL, src, src_len, status ); in intl_convert_utf8_to_utf16()
/dports/lang/php74/php-7.4.27/ext/intl/
H A Dintl_convert.c70 u_strFromUTF8( *target, *target_len, &dst_len, src, (int32_t)src_len, status ); in intl_convert_utf8_to_utf16()
92 u_strFromUTF8( dst_buf, dst_len+1, NULL, src, src_len, status ); in intl_convert_utf8_to_utf16()
/dports/lang/php80/php-8.0.15/ext/intl/
H A Dintl_convert.c68 u_strFromUTF8( *target, *target_len, &dst_len, src, (int32_t)src_len, status ); in intl_convert_utf8_to_utf16()
90 u_strFromUTF8( dst_buf, dst_len+1, NULL, src, src_len, status ); in intl_convert_utf8_to_utf16()
/dports/devel/php73-intl/php-7.3.33/ext/intl/
H A Dintl_convert.c70 u_strFromUTF8( *target, *target_len, &dst_len, src, (int32_t)src_len, status ); in intl_convert_utf8_to_utf16()
92 u_strFromUTF8( dst_buf, dst_len+1, NULL, src, src_len, status ); in intl_convert_utf8_to_utf16()
/dports/devel/php74-intl/php-7.4.27/ext/intl/
H A Dintl_convert.c70 u_strFromUTF8( *target, *target_len, &dst_len, src, (int32_t)src_len, status ); in intl_convert_utf8_to_utf16()
92 u_strFromUTF8( dst_buf, dst_len+1, NULL, src, src_len, status ); in intl_convert_utf8_to_utf16()
/dports/www/mod_php73/php-7.3.33/ext/intl/
H A Dintl_convert.c70 u_strFromUTF8( *target, *target_len, &dst_len, src, (int32_t)src_len, status ); in intl_convert_utf8_to_utf16()
92 u_strFromUTF8( dst_buf, dst_len+1, NULL, src, src_len, status ); in intl_convert_utf8_to_utf16()
/dports/devel/php81-intl/php-8.1.1/ext/intl/
H A Dintl_convert.c68 u_strFromUTF8( *target, *target_len, &dst_len, src, (int32_t)src_len, status ); in intl_convert_utf8_to_utf16()
90 u_strFromUTF8( dst_buf, dst_len+1, NULL, src, src_len, status ); in intl_convert_utf8_to_utf16()
/dports/devel/php80-intl/php-8.0.15/ext/intl/
H A Dintl_convert.c68 u_strFromUTF8( *target, *target_len, &dst_len, src, (int32_t)src_len, status ); in intl_convert_utf8_to_utf16()
90 u_strFromUTF8( dst_buf, dst_len+1, NULL, src, src_len, status ); in intl_convert_utf8_to_utf16()
/dports/www/mod_php80/php-8.0.15/ext/intl/
H A Dintl_convert.c68 u_strFromUTF8( *target, *target_len, &dst_len, src, (int32_t)src_len, status ); in intl_convert_utf8_to_utf16()
90 u_strFromUTF8( dst_buf, dst_len+1, NULL, src, src_len, status ); in intl_convert_utf8_to_utf16()
/dports/www/mod_php74/php-7.4.27/ext/intl/
H A Dintl_convert.c70 u_strFromUTF8( *target, *target_len, &dst_len, src, (int32_t)src_len, status ); in intl_convert_utf8_to_utf16()
92 u_strFromUTF8( dst_buf, dst_len+1, NULL, src, src_len, status ); in intl_convert_utf8_to_utf16()
/dports/net/yaz/yaz-5.31.1/src/
H A Dicu_utf8.c104 u_strFromUTF8(dest16->utf16, dest16->utf16_cap, in icu_utf16_from_utf8_cstr()
113 u_strFromUTF8(dest16->utf16, dest16->utf16_cap, in icu_utf16_from_utf8_cstr()
/dports/net/openslp/openslp-2.0.0/common/
H A Dslp_compare.c52 #define u_strFromUTF8 u_strFromUTF8_3_2 macro
58 UChar * u_strFromUTF8(UChar * dest, int32_t destCapacity,
240 u_strFromUTF8(ustr1, (int32_t)length + 1, 0, str1, in SLPCompareNormalizedString()
242 u_strFromUTF8(ustr2, (int32_t)length + 1, 0, str2, in SLPCompareNormalizedString()
/dports/x11-toolkits/tepl/tepl-5.1.1/tepl/
H A Dtepl-icu.c22 u_strFromUTF8 (NULL, 0, &my_DestLength, in _tepl_icu_strFromUTF8()
43 u_strFromUTF8 (dest, my_DestLength + 1, pDestLength, in _tepl_icu_strFromUTF8()
/dports/x11-toolkits/tepl6/tepl-6.00.0/tepl/
H A Dtepl-icu.c22 u_strFromUTF8 (NULL, 0, &my_DestLength, in _tepl_icu_strFromUTF8()
43 u_strFromUTF8 (dest, my_DestLength + 1, pDestLength, in _tepl_icu_strFromUTF8()
/dports/net-im/prosody/prosody-0.11.13/util-src/
H A Dencodings.c295 u_strFromUTF8(unprepped, 1024, &unprepped_len, input, input_len, &err); in icu_stringprep_prep()
421 u_strFromUTF8(ustr, 1024, &ulen, s, len, &err); in Lidna_to_ascii()
455 u_strFromUTF8(ustr, 1024, &ulen, s, len, &err); in Lidna_to_unicode()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/crt/
H A Dunicode.c206 u_strFromUTF8(NULL, 0, &targetLength, lpMultiByteStr, cbMultiByte, &error); in MultiByteToWideChar()
211 u_strFromUTF8(targetStart, targetCapacity, &targetLength, lpMultiByteStr, cbMultiByte, in MultiByteToWideChar()
/dports/devel/icu-lx/icu/source/test/cintltst/
H A Dcustrtrn.c565 u_strFromUTF8(uTarget,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err); in Test_UChar_UTF8_API()
573 u_strFromUTF8(uTarget,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err); in Test_UChar_UTF8_API()
640 u_strFromUTF8(NULL,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err); in Test_UChar_UTF8_API()
646 u_strFromUTF8(uTarget,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err); in Test_UChar_UTF8_API()
692 …(err=U_ZERO_ERROR, u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, (const char *)withTrail8, -1, … in Test_UChar_UTF8_API()
858 u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, src, 1, &err); in Test_UChar_UTF8_API()
896 destPointer=u_strFromUTF8(NULL, 0, &destLength, (const char *)bytes, 3, &errorCode); in Test_FromUTF8()
905 destPointer=u_strFromUTF8(NULL, 0, &destLength, (const char *)bytes, 4, &errorCode); in Test_FromUTF8()
914 destPointer=u_strFromUTF8(NULL, 0, &destLength, (const char *)bytes, -1, &errorCode); in Test_FromUTF8()
924 …destPointer=u_strFromUTF8(dest, UPRV_LENGTHOF(dest), &destLength, (const char *)bytes, 3, &errorCo… in Test_FromUTF8()
[all …]
H A Dnfsprep.c75 u_strFromUTF8(b1,b1Capacity,&b1Len,src,srcLength,status); in nfs4_prepare()
88 u_strFromUTF8(b1, b1Capacity, &b1Len, src, srcLength, status); in nfs4_prepare()
/dports/devel/icu/icu/source/test/cintltst/
H A Dcustrtrn.c565 u_strFromUTF8(uTarget,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err); in Test_UChar_UTF8_API()
573 u_strFromUTF8(uTarget,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err); in Test_UChar_UTF8_API()
640 u_strFromUTF8(NULL,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err); in Test_UChar_UTF8_API()
646 u_strFromUTF8(uTarget,uTargetLength,&uDestLen,u8Src,u8SrcLen,&err); in Test_UChar_UTF8_API()
692 …(err=U_ZERO_ERROR, u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, (const char *)withTrail8, -1, … in Test_UChar_UTF8_API()
858 u_strFromUTF8(out16, UPRV_LENGTHOF(out16), NULL, src, 1, &err); in Test_UChar_UTF8_API()
896 destPointer=u_strFromUTF8(NULL, 0, &destLength, (const char *)bytes, 3, &errorCode); in Test_FromUTF8()
905 destPointer=u_strFromUTF8(NULL, 0, &destLength, (const char *)bytes, 4, &errorCode); in Test_FromUTF8()
914 destPointer=u_strFromUTF8(NULL, 0, &destLength, (const char *)bytes, -1, &errorCode); in Test_FromUTF8()
924 …destPointer=u_strFromUTF8(dest, UPRV_LENGTHOF(dest), &destLength, (const char *)bytes, 3, &errorCo… in Test_FromUTF8()
[all …]
H A Dnfsprep.c75 u_strFromUTF8(b1,b1Capacity,&b1Len,src,srcLength,status); in nfs4_prepare()
88 u_strFromUTF8(b1, b1Capacity, &b1Len, src, srcLength, status); in nfs4_prepare()
/dports/audio/musicpd/mpd-0.23.6/src/lib/icu/
H A DUtil.cxx41 u_strFromUTF8(dest.begin(), dest_capacity, &dest_length, in UCharFromUTF8()
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/common/
H A DicuUtf.h211 UChar* u_strFromUTF8(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const char *src, int3…
/dports/textproc/nuspell/nuspell-5.0.1/src/nuspell/
H A Dutils.cxx135 u_strFromUTF8(data(out), size(out), &len, data(in), size(in), &err);
139 u_strFromUTF8(data(out), size(out), &len, data(in), size(in),
151 u_strFromUTF8(nullptr, 0, nullptr, data(s), size(s), &err);

123456