Lines Matching refs:te
536 register unsigned char* te; in utf2bin() local
547 te = t + (*tn); in utf2bin()
548 while (t < te && f < fe) in utf2bin()
610 register unsigned char* te; in bin2utf() local
620 te = t + (*tn); in bin2utf()
621 while (f < fe && t < te) in bin2utf()
641 if (t >= (te - 2)) in bin2utf()
650 if (t >= (te - 3)) in bin2utf()
720 register unsigned char* te; in ume2bin() local
733 te = t + (*tn); in ume2bin()
735 while (f < fe && t < te) in ume2bin()
761 else if (t >= (te - 1)) in ume2bin()
796 register unsigned char* te; in bin2ume() local
808 te = t + (*tn); in bin2ume()
810 while (f < fe && t < (te - s)) in bin2ume()
833 else if (t >= (te - (4 + s))) in bin2ume()
870 register unsigned char* te; in ucs2bin() local
879 te = t + (*tn); in ucs2bin()
880 while (f < (fe - 1) && t < te) in ucs2bin()
886 else if (t >= (te - 1)) in ucs2bin()
915 register unsigned char* te; in bin2ucs() local
925 te = t + (*tn); in bin2ucs()
926 while (f < fe && t < (te - 1)) in bin2ucs()
961 register unsigned char* te; in scu2bin() local
970 te = t + (*tn); in scu2bin()
971 while (f < (fe - 1) && t < te) in scu2bin()
977 else if (t >= (te - 1)) in scu2bin()
1006 register unsigned char* te; in bin2scu() local
1016 te = t + (*tn); in bin2scu()
1017 while (f < fe && t < (te - 1)) in bin2scu()