Home
last modified time | relevance | path

Searched refs:IS_UTF_EXTRA (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYStrings.c598 #define IS_UTF_EXTRA(ch) (utf_flag && (UCH(ch)&0xc0) == 0x80) macro
716 IS_UTF_EXTRA(str[(i + 1)])) { in LYmbcsstrlen()
5756 if (!IS_UTF_EXTRA(*tmptarptr)) { in LYno_attr_mbcs_case_strstr()
5776 } else if (!(IS_UTF_EXTRA(*chptr) || in LYno_attr_mbcs_case_strstr()
5915 if (!IS_UTF_EXTRA(*tmptarptr)) { in LYno_attr_mbcs_strstr()
5934 } else if (!(IS_UTF_EXTRA(*chptr) || in LYno_attr_mbcs_strstr()
DGridText.c76 #define IS_UTF_EXTRA(ch) (text->T.output_utf8 && \ macro
2955 } else if (IS_UTF_EXTRA(p[i])) { in split_line()
3175 IS_UTF_EXTRA(*cp) || in split_line()
4075 if (IS_UTF_EXTRA(ch)) { in HText_appendCharacter()
4088 IS_UTF_EXTRA(line->data[text->permissible_split - 1])) in HText_appendCharacter()
6052 if (IS_UTF_EXTRA(line_ptr->data[i]) || in HText_trimHightext()