Lines Matching defs:outstart
192 unsigned int outstart = 0, outpos = 0;
203 if (++outpos % 4 == outstart) {
204 if (utf16buf_to_utf8(dest, output, &outstart, 4) < 0)
218 if (++outpos % 4 == outstart) {
219 if (utf16buf_to_utf8(dest, output, &outstart, 4) < 0)
233 if (++outpos % 4 == outstart) {
234 if (utf16buf_to_utf8(dest, output, &outstart, 4) < 0)
240 if (outstart != outpos % 4) {
241 if (utf16buf_to_utf8(dest, output, &outstart,
242 (4 + outpos - outstart) % 4) < 0)