Searched refs:prev_ch (Results 1 – 2 of 2) sorted by relevance
243 LWCHAR prev_ch = 0; local292 if (!is_composing_char(ch) && !is_combining_char(prev_ch, ch))294 prev_ch = ch;300 width = (utf_mode && is_wide_char(prev_ch)) ? -2 : -1;303 prev_ch = 0;314 prev_ch = linebuf[to++] = ' ';418 pwidth(ch, a, prev_ch) in pwidth() argument421 LWCHAR prev_ch;430 return (utf_mode && is_wide_char(prev_ch)) ? -2 : -1;445 if (is_composing_char(ch) || is_combining_char(prev_ch, ch))[all …]
146 LWCHAR prev_ch = 0; local160 !is_combining_char(prev_ch, ch))166 prev_ch = ch;232 LWCHAR prev_ch = step_char(&p, -1, cmdbuf); local233 if (is_combining_char(prev_ch, ch))