Home
last modified time | relevance | path

Searched refs:utf8_isdouble (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/screen/screen-4.8.0/
H A Dencoding.c416 if (!utf8_isdouble((*p)[1]))
612 …if ((from != UTF8 && (c & 0x1f00) != 0 && (c & 0xe000) == 0) || (from == UTF8 && utf8_isdouble(c)))
881 … != UTF8 && (c & 0x1f00) != 0 && (c & 0xe000) == 0) || (p->w_encoding == UTF8 && utf8_isdouble(c)))
962 utf8_isdouble(c) in utf8_isdouble() function
1364 isdouble = c1 >= 0x1100 && utf8_isdouble(c1);
1712 if (utf8_isdouble(c))
H A Dextern.h491 extern int utf8_isdouble __P((int));
H A Ddisplay.c616 else if (utf8_isdouble(c))
2180 if (utf8_isdouble(v)) in strlen_onscreen()
H A Dansi.c730 if (curr->w_encoding == UTF8 && utf8_isdouble(c))