Home
last modified time | relevance | path

Searched refs:IS_FULLWIDTH_CS (Results 1 – 9 of 9) sorted by relevance

/dports/x11/mlterm/mlterm-3.9.1/encodefilter/src/
H A Def_charset.h50 #define IS_FULLWIDTH_CS(cs) (IS_CS94MB(cs) || IS_CS96MB(cs) || (0x1e0 <= (cs) && (cs) <= 0x1ff)) macro
52 ((cs) == ISO10646_UCS4_1 ? 4 : ((IS_FULLWIDTH_CS(cs) || (cs) == ISO10646_UCS2_1) ? 2 : 1))
H A Def_codepoint_parser.c46 } else if (IS_FULLWIDTH_CS(cs) || cs == ISO10646_UCS2_1) { in cp_parser_set_str()
/dports/x11/mlterm/mlterm-3.9.1/vtemu/
H A Dvt_font.h14 #define NORMAL_FONT_OF(cs) (IS_FULLWIDTH_CS(cs) ? (cs) | FONT_FULLWIDTH : (cs))
H A Dvt_parser.c7689 if (IS_FULLWIDTH_CS(orig_cs)) { in vt_convert_to_internal_ch()
7694 } else if (IS_FULLWIDTH_CS(ch.cs)) { in vt_convert_to_internal_ch()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/
H A Dui_copymode.c16 vt_char_set(ch, code, cs, ((prop & EF_FULLWIDTH) | IS_FULLWIDTH_CS(cs)) ? 1 : 0, in add_char_to_pattern()
/dports/x11/mlterm/mlterm-3.9.1/inputmethod/canna/
H A Dim_canna.c90 if (IS_FULLWIDTH_CS(ch.cs)) { in preedit()
146 is_fullwidth = IS_FULLWIDTH_CS(ch.cs); in preedit()
/dports/x11/mlterm/mlterm-3.9.1/inputmethod/fcitx/
H A Dim_fcitx.c469 is_fullwidth = IS_FULLWIDTH_CS(ch.cs); in update_client_side_ui()
/dports/x11/mlterm/mlterm-3.9.1/inputmethod/wnn/
H A Dim_wnn.c206 is_fullwidth = IS_FULLWIDTH_CS(ch.cs); in preedit()
/dports/x11/mlterm/mlterm-3.9.1/inputmethod/skk/
H A Dim_skk.c230 is_fullwidth = IS_FULLWIDTH_CS(ch.cs); in preedit()