Searched refs:cwidth (Results 1 – 2 of 2) sorted by relevance
608 int cwidth; in output_word() local611 width += (cwidth = wcwidth(*p)) > 0 ? cwidth : 1; in output_word()693 int cwidth; in center_stream() local704 width += (cwidth = wcwidth(*p)) > 0 ? cwidth : 1; in center_stream()739 int cwidth; in get_line() local761 col += (cwidth = wcwidth(ch)) > 0 ? cwidth : 1; in get_line()
1080 size_t cwidth = CPP_OPTION (pfile, char_precision); in emit_numeric_escape() local1081 size_t cmask = width_to_mask (cwidth); in emit_numeric_escape()1082 size_t nbwc = width / cwidth; in emit_numeric_escape()1096 n >>= cwidth; in emit_numeric_escape()1455 size_t cwidth = CPP_OPTION (pfile, char_precision); in wide_str_to_charconst() local1457 size_t cmask = width_to_mask (cwidth); in wide_str_to_charconst()1458 size_t nbwc = width / cwidth; in wide_str_to_charconst()1470 result = (result << cwidth) | (c & cmask); in wide_str_to_charconst()