Searched refs:prev_ch (Results 1 – 2 of 2) sorted by relevance
244 LWCHAR prev_ch = 0; local293 if (!is_composing_char(ch) && !is_combining_char(prev_ch, ch))295 prev_ch = ch;301 width = (utf_mode && is_wide_char(prev_ch)) ? -2 : -1;304 prev_ch = 0;315 prev_ch = linebuf[to++] = ' ';419 pwidth(ch, a, prev_ch) in pwidth() argument422 LWCHAR prev_ch;431 return (utf_mode && is_wide_char(prev_ch)) ? -2 : -1;446 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))