Searched refs:IS_UTF_EXTRA (Results 1 – 2 of 2) sorted by relevance
598 #define IS_UTF_EXTRA(ch) (utf_flag && (UCH(ch)&0xc0) == 0x80) macro716 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()
76 #define IS_UTF_EXTRA(ch) (text->T.output_utf8 && \ macro2955 } 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()