HomeSort by: relevance | last modified time | path
    Searched refs:utf8 (Results 1 - 22 of 22) sorted by relevancy

  /xsrc/external/mit/xterm/dist/vttests/
unascii.sh 37 utf8.pl 0x2010
38 utf8.pl 0x2011
39 utf8.pl 0x2012
40 utf8.pl 0x2013
41 utf8.pl 0x2014
42 utf8.pl 0x2015
43 utf8.pl 0x2212
44 utf8.pl 0x2018
45 utf8.pl 0x2019
46 utf8.pl 0x201
    [all...]
ctlpix.sh 41 utf8.pl "$n"
  /xsrc/external/mit/luit/dist/
other.c 103 s->utf8.buf_ptr = 0;
132 s->utf8.buf_ptr = 0;
135 if (s->utf8.buf_ptr == 0) {
138 s->utf8.buf[s->utf8.buf_ptr++] = UChar(c);
140 s->utf8.len = 2;
142 s->utf8.len = 3;
144 s->utf8.len = 4;
146 s->utf8.buf_ptr = 0;
150 s->utf8.buf_ptr = 0
    [all...]
other.h 77 aux_utf8 utf8; member in union:__anon6386
  /xsrc/external/mit/xterm/dist/
uxterm 65 *.utf8|*.UTF8|*.utf-8|*.UTF-8)
68 *.utf8@*|*.UTF8@*|*.utf-8@*|*.UTF-8@*)
xutf8.c 188 int utf8; local
202 utf8 = 0;
204 utf8 = 1;
224 if (utf8)
235 if (utf8)
  /xsrc/external/mit/libX11/dist/src/xlibi18n/
XimintL.h 56 DTCharIndex utf8; /* make from mb */ member in struct:_DefTree
64 char *utf8; member in struct:_DefTreeBase
  /xsrc/external/mit/libX11/dist/modules/im/ximcp/
imThaiIc.c 81 Xfree (b->utf8);
82 b->utf8 = NULL;
117 b->utf8[b->tree[ic->private.local.composed].utf8] = '\0';
176 if (! (ic->private.local.base.utf8 = Xmalloc(21)) )
181 tree[1].utf8 = 1;
185 tree[2].utf8 = 11;
imLcLkup.c 208 char *utf8 = ic->private.local.base.utf8; local
231 ret = strlen(&utf8[b[ic->private.local.composed].utf8]);
236 memcpy(buffer, &utf8[b[ic->private.local.composed].utf8], ret);
imLcIm.c 78 DTStructIndex utf8; member in struct:_XimCacheStruct
139 Xfree (b->utf8);
140 b->utf8 = NULL;
307 _XimCachedDefaultTreeBase.utf8 = (((char *) m) + m->utf8);
456 if (! b->utf8 && ! (b->utf8 = Xmalloc (1)) )
462 b->utf8[0] = 0;
476 m->utf8 = m->mb + m->mbused;
477 m->size = m->utf8 + m->utf8used
    [all...]
imLcPrs.c 648 char *newutf8 = Xrealloc (b->utf8, newsize);
651 b->utf8 = newutf8;
654 rhs_string_utf8 = &b->utf8[b->utf8used];
692 p->utf8 = 0;
703 p->utf8 = rhs_string_utf8 - b->utf8;
imThaiFlt.c 1408 _Xlcmbstoutf8(ic->core.im->core.lcd, &b->utf8[b->tree[ic->private.local.composed].utf8],
  /xsrc/external/mit/xterm/dist/unicode/
convmap.pl 7 # http://mail.nl.linux.org/linux-utf8/2001-04/msg00248.html
18 sub utf8 ($);
20 sub utf8 ($) { subroutine
55 return utf8(0xfffd);
163 $keysym, $ucs, $keysym_to_keysymname{$keysym}, utf8($ucs),
  /xsrc/external/mit/fontconfig/dist/src/
fcfreetype.c 701 FcChar8 *utf8; local
760 * Convert Utf16 to Utf8
769 utf8 = malloc (len * FC_UTF8_MAX_LEN + 1);
770 if (!utf8)
773 u8 = utf8;
794 * Convert Latin1 to Utf8. Freed below
796 utf8 = malloc (src_len * 2 + 1);
797 if (!utf8)
800 u8 = utf8;
820 * Convert Latin1 to Utf8. Freed belo
1562 FcChar8 *utf8; local
1571 FcChar8 *utf8, *pp; local
    [all...]
fcstr.c 95 FcChar8 utf8[FC_MAX_CASE_FOLD_CHARS + 1]; member in struct:_FcCaseWalker
141 dlen = FcUcs4ToUtf8 (ucs4 + fold->offset, w->utf8);
145 memcpy (w->utf8, fcCaseFoldChars + fold->offset, dlen);
153 w->utf8[dlen] = '\0';
154 w->read = w->utf8;
713 if (clen <= 0) /* malformed UTF8 string */
810 if (clen <= 0) /* malformed UTF8 string */
  /xsrc/external/mit/xclock/dist/
ClockP.h 117 Boolean utf8; member in struct:__anon6574
Clock.c 582 w->clock.utf8 = False;
587 if (strstr(time_locale, "UTF-8") || strstr(time_locale, "utf8")) {
588 w->clock.utf8 = True;
621 if (w->clock.utf8)
811 if (w->clock.utf8) {
1499 if (w->clock.utf8) {
configure 12473 iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
12500 && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/
x-selection.m 221 Bool png = False, jpeg = False, utf8 = False, string = False;
241 utf8 = True;
255 /*We prefer PNG over strings, and UTF8 over a Latin-1 string.*/
262 if (utf8)
600 /* We have a string type that we can convert to UTF8, or Latin-1... */
646 - (void) send_string:(XSelectionRequestEvent *)e utf8:(BOOL)utf8 pasteboard:(
676 if (utf8) {
725 void *utf8 = (void *)[data UTF8String];
726 char *list[] = { utf8, NULL }
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/
x-selection.m 233 Bool png = False, jpeg = False, utf8 = False, string = False;
257 utf8 = True;
274 /*We prefer PNG over strings, and UTF8 over a Latin-1 string.*/
281 if (utf8)
620 /* We have a string type that we can convert to UTF8, or Latin-1... */
659 - (void) send_string:(XSelectionRequestEvent *)e utf8:(BOOL)utf8 pasteboard:(NSPasteboard *)pb
689 if (utf8)
741 void *utf8 = (void *)[data UTF8String];
742 char *list[] = { utf8, NULL }
    [all...]
  /xsrc/external/mit/xwininfo/dist/
configure 5947 iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
5974 && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
  /xsrc/external/mit/fontconfig/dist/
configure 16127 iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591");
16154 && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))

Completed in 54 milliseconds