Lines Matching defs:tend
2363 U8* tend = t + tlen;
2386 tend = t + len;
2407 while (t < tend) {
2408 cp[2*i] = utf8n_to_uvuni(t, tend-t, &ulen, 0);
2410 if (t < tend && NATIVE_TO_UTF(*t) == 0xff) {
2412 cp[2*i+1] = utf8n_to_uvuni(t, tend-t, &ulen, 0);
2449 tend = t + tlen;
2453 r = t; rlen = tlen; rend = tend;
2463 while (t < tend || tfirst <= tlast) {
2466 tfirst = (I32)utf8n_to_uvuni(t, tend - t, &ulen, 0);
2468 if (t < tend && NATIVE_TO_UTF(*t) == 0xff) { /* illegal utf8 val indicates range */
2470 tlast = (I32)utf8n_to_uvuni(t, tend - t, &ulen, 0);