Home
last modified time | relevance | path

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

/dports/devel/courier-unicode/courier-unicode-2.2.3/
H A Dunicodebuf.c12 void unicode_buf_init(struct unicode_buf *p, size_t max) in unicode_buf_init()
20 void unicode_buf_deinit(struct unicode_buf *p) in unicode_buf_deinit()
26 int unicode_buf_append(struct unicode_buf *p, in unicode_buf_append()
59 void unicode_buf_append_char(struct unicode_buf *dst, in unicode_buf_append_char()
63 char32_t unicode_buf[256]; in unicode_buf_append_char() local
67 size_t n=sizeof(unicode_buf)/sizeof(unicode_buf[0]), i; in unicode_buf_append_char()
73 unicode_buf[i]=(unsigned char)str[i]; in unicode_buf_append_char()
77 unicode_buf_append(dst, unicode_buf, i); in unicode_buf_append_char()
81 void unicode_buf_remove(struct unicode_buf *p, in unicode_buf_remove()
97 int unicode_buf_cmp(const struct unicode_buf *a, in unicode_buf_cmp()
[all …]
H A Dcourier-unicode.h803 struct unicode_buf { struct
815 struct unicode_buf *p, argument
839 void unicode_buf_deinit(struct unicode_buf *p);
865 int unicode_buf_append(struct unicode_buf *p, /* The buffer */
873 void unicode_buf_append_char(struct unicode_buf *dst,
881 void unicode_buf_remove(struct unicode_buf *p, /* The buffer */
897 int unicode_buf_cmp(const struct unicode_buf *a,
898 const struct unicode_buf *b);
905 int unicode_buf_cmp_str(const struct unicode_buf *p,
H A Dunicodetest.c128 struct unicode_buf buf; in testunicodebuf()
H A Dcourier-unicode.h.in803 struct unicode_buf { struct
815 struct unicode_buf *p, argument
839 void unicode_buf_deinit(struct unicode_buf *p);
865 int unicode_buf_append(struct unicode_buf *p, /* The buffer */
873 void unicode_buf_append_char(struct unicode_buf *dst,
881 void unicode_buf_remove(struct unicode_buf *p, /* The buffer */
897 int unicode_buf_cmp(const struct unicode_buf *a,
898 const struct unicode_buf *b);
905 int unicode_buf_cmp_str(const struct unicode_buf *p,
H A Dunicode_linebreak.c668 struct unicode_buf buf;
/dports/ftp/R-cran-RCurl/RCurl/src/
H A Djson.c130 char unicode_buf[ 5 ]; /* to hold 4 digit hex (to prevent scanning a 5th digit accidentally */ in mapString() local
131 strncpy( unicode_buf, s + i + 1, 5 ); in mapString()
132 unicode_buf[ 4 ] = '\0'; in mapString()
133 sscanf( unicode_buf, "%hx", &unicode); in mapString()
/dports/mail/sqwebmail/sqwebmail-6.0.6/libs/sqwebmail/
H A Dhtml.c146 struct unicode_buf atom;
152 struct unicode_buf value;
158 struct unicode_buf atom2;
389 char32_t unicode_buf[256]; in output_chars() local
393 size_t n=sizeof(unicode_buf)/sizeof(unicode_buf[0]), i; in output_chars()
403 output(p, unicode_buf, n); in output_chars()
724 const struct unicode_buf *ukey=(struct unicode_buf *)key; in search_tags()
1145 struct unicode_buf *dst, in append_orig_href()
1262 struct unicode_buf *name, in save_attr_int()
1263 struct unicode_buf *value) in save_attr_int()
[all …]
/dports/comms/openobex/openobex-1.7.2-Source/apps/lib/
H A Dobex_io.c127 uint8_t unicode_buf[200]; in build_object_from_file() local
165 namebuf_len = OBEX_CharToUnicode(unicode_buf, (uint8_t *) filename, sizeof(unicode_buf)); in build_object_from_file()
167 hdd.bs = unicode_buf; in build_object_from_file()
/dports/sysutils/lsd/lsd-0.20.1/src/meta/
H A Dwindows_utils.rs304 let unicode_buf = vec![0xd83d, 0xdca9, 0x0]; in basic_wtf16_behavior() localVariable
307 assert_eq!(os_from_buf(&unicode_buf), unicode_os); in basic_wtf16_behavior()
308 assert_eq!(buf_from_os(&unicode_os), unicode_buf); in basic_wtf16_behavior()
/dports/mail/courier/courier-0.65.3/courier/
H A Dwebmlmd.C454 std::vector<unicode_char> unicode_buf; in emit_input() local
456 unicode_buf.reserve(value.size()+1); in emit_input()
458 unicode_buf.insert(unicode_buf.end(), value.begin(), value.end()); in emit_input()
459 unicode_buf.push_back(0); in emit_input()
461 char *buf=cgi_input(name, &unicode_buf[0], size, maxlength, ""); in emit_input()
462 unicode_buf.clear(); in emit_input()
/dports/converters/R-cran-rjson/rjson/src/
H A Dparser.c126 char unicode_buf[ 5 ]; /* to hold 4 digit hex (to prevent scanning a 5th digit accidentally */ in readSequence() local
127 strncpy( unicode_buf, s + i + 1, 5 ); in readSequence()
128 unicode_buf[ 4 ] = '\0'; in readSequence()
129 sscanf( unicode_buf, "%hx", unicode); in readSequence()
/dports/graphics/aloadimage/arcan-0.6.1/src/engine/
H A Darcan_ttf.c1081 _Thread_local static uint32_t* unicode_buf; variable
1089 free(unicode_buf); in size_upool()
1090 unicode_buf = malloc((len + 1) * sizeof(uint32_t)); in size_upool()
1101 if (!unicode_buf) in TTF_SizeUTF8chain()
1105 UTF8_to_UTF32(unicode_buf, (const uint8_t*)text, unicode_len); in TTF_SizeUTF8chain()
1106 return TTF_SizeUNICODEchain(font, n, unicode_buf, w, h, style); in TTF_SizeUTF8chain()
1563 if (!unicode_buf) in TTF_RenderUTF8chain()
1566 uint32_t* text = unicode_buf; in TTF_RenderUTF8chain()
/dports/sysutils/acfgfs/arcan-0.6.1/src/engine/
H A Darcan_ttf.c1081 _Thread_local static uint32_t* unicode_buf; variable
1089 free(unicode_buf); in size_upool()
1090 unicode_buf = malloc((len + 1) * sizeof(uint32_t)); in size_upool()
1101 if (!unicode_buf) in TTF_SizeUTF8chain()
1105 UTF8_to_UTF32(unicode_buf, (const uint8_t*)text, unicode_len); in TTF_SizeUTF8chain()
1106 return TTF_SizeUNICODEchain(font, n, unicode_buf, w, h, style); in TTF_SizeUTF8chain()
1563 if (!unicode_buf) in TTF_RenderUTF8chain()
1566 uint32_t* text = unicode_buf; in TTF_RenderUTF8chain()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/engine/
H A Darcan_ttf.c1081 _Thread_local static uint32_t* unicode_buf; variable
1089 free(unicode_buf); in size_upool()
1090 unicode_buf = malloc((len + 1) * sizeof(uint32_t)); in size_upool()
1101 if (!unicode_buf) in TTF_SizeUTF8chain()
1105 UTF8_to_UTF32(unicode_buf, (const uint8_t*)text, unicode_len); in TTF_SizeUTF8chain()
1106 return TTF_SizeUNICODEchain(font, n, unicode_buf, w, h, style); in TTF_SizeUTF8chain()
1563 if (!unicode_buf) in TTF_RenderUTF8chain()
1566 uint32_t* text = unicode_buf; in TTF_RenderUTF8chain()
/dports/x11/aclip/arcan-0.6.1/src/engine/
H A Darcan_ttf.c1081 _Thread_local static uint32_t* unicode_buf; variable
1089 free(unicode_buf); in size_upool()
1090 unicode_buf = malloc((len + 1) * sizeof(uint32_t)); in size_upool()
1101 if (!unicode_buf) in TTF_SizeUTF8chain()
1105 UTF8_to_UTF32(unicode_buf, (const uint8_t*)text, unicode_len); in TTF_SizeUTF8chain()
1106 return TTF_SizeUNICODEchain(font, n, unicode_buf, w, h, style); in TTF_SizeUTF8chain()
1563 if (!unicode_buf) in TTF_RenderUTF8chain()
1566 uint32_t* text = unicode_buf; in TTF_RenderUTF8chain()
/dports/mail/cone/cone-1.1/cone/
H A Dgpg.C57 std::u32string unicode_buf; in getDescription() local
65 unicode_buf); in getDescription()
72 unicode_buf); in getDescription()
81 unicodewordwrap(unicode_buf.begin(), in getDescription()
82 unicode_buf.end(), in getDescription()
/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dlineedit.c2009 char unicode_buf[MB_CUR_MAX + 1]; in lineedit_read_key() local
2068 unicode_buf[unicode_idx++] = ic; in lineedit_read_key()
2069 unicode_buf[unicode_idx] = '\0'; in lineedit_read_key()
2070 if (mbstowcs(&wc, unicode_buf, 1) != 1) { in lineedit_read_key()
2078 read_key_ungets(read_key_buffer, unicode_buf + 1, unicode_idx - 1); in lineedit_read_key()
2082 ic = unicode_mark_raw_byte(unicode_buf[0]); in lineedit_read_key()
/dports/mail/cone/cone-1.1/libs/rfc2045/
H A Drfc3676parser.c103 struct unicode_buf nonflowed_line;
106 struct unicode_buf nonflowed_next_word;
/dports/mail/sqwebmail/sqwebmail-6.0.6/libs/rfc2045/
H A Drfc3676parser.c103 struct unicode_buf nonflowed_line;
106 struct unicode_buf nonflowed_next_word;
/dports/mail/courier-imap/courier-imap-5.1.4/libs/rfc2045/
H A Drfc3676parser.c103 struct unicode_buf nonflowed_line;
106 struct unicode_buf nonflowed_next_word;
/dports/mail/maildrop/maildrop-3.0.3/libs/rfc2045/
H A Drfc3676parser.c103 struct unicode_buf nonflowed_line;
106 struct unicode_buf nonflowed_next_word;
/dports/graphics/glfw2/glfw-2.7.9/lib/win32/
H A Dwin32_window.c630 WCHAR unicode_buf[ 10 ]; in translateChar() local
649 unicode_buf, // buffer for translated key in translateChar()
674 _glfwInputChar( (int) unicode_buf[ i ], action ); in translateChar()