Home
last modified time | relevance | path

Searched refs:unicodebuf (Results 1 – 6 of 6) sorted by relevance

/dports/security/tthsum/tthsum/
H A Dutf8_test.c31 wchar_t unicodebuf[2048]; in symcmpbin() local
38 memset(unicodebuf, 85, 2048); in symcmpbin()
43 if ((ret = (unsigned)utf8towcs(unicodebuf, utf8, 2048)) != unicodelen) in symcmpbin()
66 TEST_PASS2(memcmp(unicode, unicodebuf, (unicodelen + 1) * sizeof(wchar_t)) in symcmpbin()
68 name, (unsigned)unicodebuf[0]); in symcmpbin()
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_w32.c6007 *unicodebuf++ = c; in latin9_to_ucs()
6116 static WCHAR *unicodebuf = NULL; in gui_mch_draw_string() local
6243 && (unicodebuf == NULL || len > unibuflen)) in gui_mch_draw_string()
6245 vim_free(unicodebuf); in gui_mch_draw_string()
6246 unicodebuf = LALLOC_MULT(WCHAR, len); in gui_mch_draw_string()
6254 if (enc_utf8 && n < len && unicodebuf != NULL) in gui_mch_draw_string()
6279 unicodebuf[wlen++] = c; in gui_mch_draw_string()
6328 if (unicodebuf != NULL) in gui_mch_draw_string()
6331 latin9_to_ucs(text, len, unicodebuf); in gui_mch_draw_string()
6336 (LPWSTR)unicodebuf, unibuflen); in gui_mch_draw_string()
[all …]
H A Dos_win32.c6212 static WCHAR *unicodebuf = NULL; in write_chars() local
6219 static WCHAR **utf8usingbuf = &unicodebuf; in write_chars()
6223 utf8usingbuf = &unicodebuf; in write_chars()
6227 unicodebuf, unibuflen); in write_chars()
6230 vim_free(unicodebuf); in write_chars()
6231 unicodebuf = length ? LALLOC_MULT(WCHAR, length) : NULL; in write_chars()
/dports/devel/courier-unicode/courier-unicode-2.2.3/
H A DChangeLog74 * unicodebuf.c (unicode_buf_remove): Bug fix.
H A DMakefile.in153 am_libcourier_unicode_la_OBJECTS = unicode.lo unicodebuf.lo \
249 ./$(DEPDIR)/unicode_wordbreak.Plo ./$(DEPDIR)/unicodebuf.Plo \
636 unicode.c unicodebuf.c \
889 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unicodebuf.Plo@am__quote@ # am--include-marker
1378 -rm -f ./$(DEPDIR)/unicodebuf.Plo
1451 -rm -f ./$(DEPDIR)/unicodebuf.Plo
H A DMakefile.am225 unicode.c unicodebuf.c \