Searched refs:nbwc (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/libcpp/
H A Dcharset.c1138 size_t nbwc = width / cwidth;
1143 if (tbuf->len + nbwc > tbuf->asize)
1149 for (i = 0; i < nbwc; i++)
1153 tbuf->text[off + (bigend ? nbwc - i - 1 : i)] = c;
1155 tbuf->len += nbwc;
1564 size_t nbwc = width / cwidth;
1571 off = str.len - (nbwc * 2);
1573 for (i = 0; i < nbwc; i++)
1575 c = bigend ? str.text[off + i] : str.text[off + nbwc - i - 1];
1582 if (str.len > nbwc *
1137 size_t nbwc = width / cwidth; local
1561 size_t nbwc = width / cwidth; local
[all...]

Completed in 104 milliseconds