Home
last modified time | relevance | path

Searched refs:utf16buf (Results 1 – 25 of 64) sorted by relevance

123

/dports/net/wireshark/wireshark-3.6.1/wsutil/
H A Dunicode-utils.c54 static wchar_t *utf16buf[3]; in utf_8to16() local
66 if (utf16buf[idx] == NULL) { in utf_8to16()
68 utf16buf[idx] = g_malloc(utf16buf_len[idx] * sizeof(wchar_t)); in utf_8to16()
80 utf16buf[idx] = g_realloc(utf16buf[idx], utf16buf_len[idx] * sizeof(wchar_t)); in utf_8to16()
84 -1, utf16buf[idx], utf16buf_len[idx]) == 0) in utf_8to16()
87 return utf16buf[idx]; in utf_8to16()
91 utf_8to16_snprintf(TCHAR *utf16buf, gint utf16buf_len, const gchar* fmt, ...) in utf_8to16_snprintf() argument
100 StringCchPrintf(utf16buf, utf16buf_len, _T("%s"), utf_8to16(dst)); in utf_8to16_snprintf()
/dports/net/wireshark-lite/wireshark-3.6.1/wsutil/
H A Dunicode-utils.c54 static wchar_t *utf16buf[3]; in utf_8to16() local
66 if (utf16buf[idx] == NULL) { in utf_8to16()
68 utf16buf[idx] = g_malloc(utf16buf_len[idx] * sizeof(wchar_t)); in utf_8to16()
80 utf16buf[idx] = g_realloc(utf16buf[idx], utf16buf_len[idx] * sizeof(wchar_t)); in utf_8to16()
84 -1, utf16buf[idx], utf16buf_len[idx]) == 0) in utf_8to16()
87 return utf16buf[idx]; in utf_8to16()
91 utf_8to16_snprintf(TCHAR *utf16buf, gint utf16buf_len, const gchar* fmt, ...) in utf_8to16_snprintf() argument
100 StringCchPrintf(utf16buf, utf16buf_len, _T("%s"), utf_8to16(dst)); in utf_8to16_snprintf()
/dports/net/tshark-lite/wireshark-3.6.1/wsutil/
H A Dunicode-utils.c54 static wchar_t *utf16buf[3]; in utf_8to16() local
66 if (utf16buf[idx] == NULL) { in utf_8to16()
68 utf16buf[idx] = g_malloc(utf16buf_len[idx] * sizeof(wchar_t)); in utf_8to16()
80 utf16buf[idx] = g_realloc(utf16buf[idx], utf16buf_len[idx] * sizeof(wchar_t)); in utf_8to16()
84 -1, utf16buf[idx], utf16buf_len[idx]) == 0) in utf_8to16()
87 return utf16buf[idx]; in utf_8to16()
91 utf_8to16_snprintf(TCHAR *utf16buf, gint utf16buf_len, const gchar* fmt, ...) in utf_8to16_snprintf() argument
100 StringCchPrintf(utf16buf, utf16buf_len, _T("%s"), utf_8to16(dst)); in utf_8to16_snprintf()
/dports/net/tshark/wireshark-3.6.1/wsutil/
H A Dunicode-utils.c54 static wchar_t *utf16buf[3]; in utf_8to16() local
66 if (utf16buf[idx] == NULL) { in utf_8to16()
68 utf16buf[idx] = g_malloc(utf16buf_len[idx] * sizeof(wchar_t)); in utf_8to16()
80 utf16buf[idx] = g_realloc(utf16buf[idx], utf16buf_len[idx] * sizeof(wchar_t)); in utf_8to16()
84 -1, utf16buf[idx], utf16buf_len[idx]) == 0) in utf_8to16()
87 return utf16buf[idx]; in utf_8to16()
91 utf_8to16_snprintf(TCHAR *utf16buf, gint utf16buf_len, const gchar* fmt, ...) in utf_8to16_snprintf() argument
100 StringCchPrintf(utf16buf, utf16buf_len, _T("%s"), utf_8to16(dst)); in utf_8to16_snprintf()
/dports/mail/exim-mysql/exim-4.95/src/
H A Dimap_utf7.c21 uschar utf16buf[256]; in imap_utf7_encode() local
67 size_t left = sizeof(utf16buf); in imap_utf7_encode()
68 utf16ptr = utf16buf; in imap_utf7_encode()
81 for (utf16ptr = utf16buf; in imap_utf7_encode()
82 slen > 0 && (utf16ptr - utf16buf) < sizeof(utf16buf); in imap_utf7_encode()
90 s = utf16buf; in imap_utf7_encode()
/dports/mail/exim-monitor/exim-4.95/src/
H A Dimap_utf7.c21 uschar utf16buf[256]; in imap_utf7_encode() local
67 size_t left = sizeof(utf16buf); in imap_utf7_encode()
68 utf16ptr = utf16buf; in imap_utf7_encode()
81 for (utf16ptr = utf16buf; in imap_utf7_encode()
82 slen > 0 && (utf16ptr - utf16buf) < sizeof(utf16buf); in imap_utf7_encode()
90 s = utf16buf; in imap_utf7_encode()
/dports/mail/exim-ldap2/exim-4.95/src/
H A Dimap_utf7.c21 uschar utf16buf[256]; in imap_utf7_encode() local
67 size_t left = sizeof(utf16buf); in imap_utf7_encode()
68 utf16ptr = utf16buf; in imap_utf7_encode()
81 for (utf16ptr = utf16buf; in imap_utf7_encode()
82 slen > 0 && (utf16ptr - utf16buf) < sizeof(utf16buf); in imap_utf7_encode()
90 s = utf16buf; in imap_utf7_encode()
/dports/mail/exim/exim-4.95/src/
H A Dimap_utf7.c21 uschar utf16buf[256]; in imap_utf7_encode() local
67 size_t left = sizeof(utf16buf); in imap_utf7_encode()
68 utf16ptr = utf16buf; in imap_utf7_encode()
81 for (utf16ptr = utf16buf; in imap_utf7_encode()
82 slen > 0 && (utf16ptr - utf16buf) < sizeof(utf16buf); in imap_utf7_encode()
90 s = utf16buf; in imap_utf7_encode()
/dports/mail/exim-sqlite/exim-4.95/src/
H A Dimap_utf7.c21 uschar utf16buf[256]; in imap_utf7_encode() local
67 size_t left = sizeof(utf16buf); in imap_utf7_encode()
68 utf16ptr = utf16buf; in imap_utf7_encode()
81 for (utf16ptr = utf16buf; in imap_utf7_encode()
82 slen > 0 && (utf16ptr - utf16buf) < sizeof(utf16buf); in imap_utf7_encode()
90 s = utf16buf; in imap_utf7_encode()
/dports/mail/exim-postgresql/exim-4.95/src/
H A Dimap_utf7.c21 uschar utf16buf[256]; in imap_utf7_encode() local
67 size_t left = sizeof(utf16buf); in imap_utf7_encode()
68 utf16ptr = utf16buf; in imap_utf7_encode()
81 for (utf16ptr = utf16buf; in imap_utf7_encode()
82 slen > 0 && (utf16ptr - utf16buf) < sizeof(utf16buf); in imap_utf7_encode()
90 s = utf16buf; in imap_utf7_encode()
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Dimap_utf7.c21 uschar utf16buf[256]; in imap_utf7_encode() local
67 size_t left = sizeof(utf16buf); in imap_utf7_encode()
68 utf16ptr = utf16buf; in imap_utf7_encode()
81 for (utf16ptr = utf16buf; in imap_utf7_encode()
82 slen > 0 && (utf16ptr - utf16buf) < sizeof(utf16buf); in imap_utf7_encode()
90 s = utf16buf; in imap_utf7_encode()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wma/
H A Dasfheader.c332 unsigned char utf16buf[256]; in asf_utf16LEdecode() local
333 unsigned char* utf16 = utf16buf; in asf_utf16LEdecode()
336 n = deadbeef->fread(utf16buf, 1, MIN(sizeof(utf16buf), utf16bytes), fd); in asf_utf16LEdecode()
344 utf16buf[0] = utf16[0]; in asf_utf16LEdecode()
345 utf16buf[1] = utf16[1]; in asf_utf16LEdecode()
347 n = deadbeef->fread(utf16buf + 2, 1, MIN(sizeof(utf16buf)-2, utf16bytes), fd); in asf_utf16LEdecode()
348 utf16 = utf16buf; in asf_utf16LEdecode()
375 n = deadbeef->fread(utf16buf, 1, MIN(sizeof(utf16buf), utf16bytes), fd); in asf_utf16LEdecode()
376 utf16 = utf16buf; in asf_utf16LEdecode()
/dports/security/keybase/client-v5.7.1/go/vendor/golang.org/x/mobile/bind/java/
H A Dseq_android.go.support42 utf16buf := C.malloc(C.size_t(worstCaseLen))
43 if utf16buf == nil {
46 chars := (*[1<<30 - 1]uint16)(unsafe.Pointer(utf16buf))[:worstCaseLen/2 : worstCaseLen/2]
48 return C.nstring{chars: unsafe.Pointer(utf16buf), len: C.jsize(nchars*2)}
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/mobile/bind/java/
H A Dseq_android.go.support42 utf16buf := C.malloc(C.size_t(worstCaseLen))
43 if utf16buf == nil {
46 chars := (*[1<<30 - 1]uint16)(unsafe.Pointer(utf16buf))[:worstCaseLen/2 : worstCaseLen/2]
48 return C.nstring{chars: unsafe.Pointer(utf16buf), len: C.jsize(nchars*2)}
/dports/lang/php73/php-7.3.33/ext/intl/
H A Dintl_convertcpp.cpp75 const UChar *utf16buf = from.getBuffer(); in intl_charFromString() local
77 u_strToUTF8WithSub(ZSTR_VAL(u8res), capacity, &actual_len, utf16buf, from.length(), in intl_charFromString()
/dports/www/mod_php81/php-8.1.1/ext/intl/
H A Dintl_convertcpp.cpp73 const UChar *utf16buf = from.getBuffer(); in intl_charFromString() local
75 u_strToUTF8WithSub(ZSTR_VAL(u8res), capacity, &actual_len, utf16buf, from.length(), in intl_charFromString()
/dports/lang/php81/php-8.1.1/ext/intl/
H A Dintl_convertcpp.cpp73 const UChar *utf16buf = from.getBuffer(); in intl_charFromString() local
75 u_strToUTF8WithSub(ZSTR_VAL(u8res), capacity, &actual_len, utf16buf, from.length(), in intl_charFromString()
/dports/lang/php74/php-7.4.27/ext/intl/
H A Dintl_convertcpp.cpp75 const UChar *utf16buf = from.getBuffer(); in intl_charFromString() local
77 u_strToUTF8WithSub(ZSTR_VAL(u8res), capacity, &actual_len, utf16buf, from.length(), in intl_charFromString()
/dports/lang/php80/php-8.0.15/ext/intl/
H A Dintl_convertcpp.cpp73 const UChar *utf16buf = from.getBuffer(); in intl_charFromString() local
75 u_strToUTF8WithSub(ZSTR_VAL(u8res), capacity, &actual_len, utf16buf, from.length(), in intl_charFromString()
/dports/devel/php73-intl/php-7.3.33/ext/intl/
H A Dintl_convertcpp.cpp75 const UChar *utf16buf = from.getBuffer(); in intl_charFromString() local
77 u_strToUTF8WithSub(ZSTR_VAL(u8res), capacity, &actual_len, utf16buf, from.length(), in intl_charFromString()
/dports/www/mod_php73/php-7.3.33/ext/intl/
H A Dintl_convertcpp.cpp75 const UChar *utf16buf = from.getBuffer(); in intl_charFromString() local
77 u_strToUTF8WithSub(ZSTR_VAL(u8res), capacity, &actual_len, utf16buf, from.length(), in intl_charFromString()
/dports/devel/php81-intl/php-8.1.1/ext/intl/
H A Dintl_convertcpp.cpp73 const UChar *utf16buf = from.getBuffer(); in intl_charFromString() local
75 u_strToUTF8WithSub(ZSTR_VAL(u8res), capacity, &actual_len, utf16buf, from.length(), in intl_charFromString()
/dports/devel/php74-intl/php-7.4.27/ext/intl/
H A Dintl_convertcpp.cpp75 const UChar *utf16buf = from.getBuffer(); in intl_charFromString() local
77 u_strToUTF8WithSub(ZSTR_VAL(u8res), capacity, &actual_len, utf16buf, from.length(), in intl_charFromString()
/dports/devel/php80-intl/php-8.0.15/ext/intl/
H A Dintl_convertcpp.cpp73 const UChar *utf16buf = from.getBuffer(); in intl_charFromString() local
75 u_strToUTF8WithSub(ZSTR_VAL(u8res), capacity, &actual_len, utf16buf, from.length(), in intl_charFromString()
/dports/www/mod_php80/php-8.0.15/ext/intl/
H A Dintl_convertcpp.cpp73 const UChar *utf16buf = from.getBuffer(); in intl_charFromString() local
75 u_strToUTF8WithSub(ZSTR_VAL(u8res), capacity, &actual_len, utf16buf, from.length(), in intl_charFromString()

123