Searched refs:onechar (Results 1 – 1 of 1) sorted by relevance
5508 int onechar = 1; in main() local5544 onechar++; in main()5547 while (start_offset + onechar < len) in main()5549 if ((bptr[start_offset+onechar] & 0xc0) != 0x80) break; in main()5550 onechar++; in main()5553 use_offsets[1] = start_offset + onechar; in main()