Lines Matching defs:width
85 int width = UTF8_WIDTH(*p);
95 if (width == 0 || len < width)
102 w = width;
108 return (width);
117 int width;
128 width = UTF8_WIDTH(c);
130 switch (width) {
162 if (len < width)
165 rest = width - 1;
177 return (width);
241 int width;
249 width = idn_utf8_getwc(s, 6, &dummy);
250 if (width == 0)
252 s += width;