Lines Matching refs:want
53 int want;
73 return (ps == NULL || ((const _UTF8State *)ps)->want == 0);
81 int ch, i, mask, want;
86 if (us->want < 0 || us->want > 6) {
101 if (us->want == 0) {
123 want = 2;
127 want = 3;
131 want = 4;
138 want = 5;
142 want = 6;
153 want = us->want;
161 if (us->want == 0)
166 for (i = (us->want == 0) ? 1 : 0; i < MIN(want, n); i++) {
178 if (i < want) {
180 us->want = want - i;
194 us->want = 0;
195 return (wch == L'\0' ? 0 : want);
219 if (nms > 0 && us->want > 0 && (signed char)*s > 0) {
248 if (nms > 0 && len > 0 && us->want > 0 && (signed char)*s > 0) {
289 if (us->want != 0) {
358 if (us->want != 0) {