Lines Matching refs:t2
46 const char *t, *t2; in strcoll_l() local
59 t2 = tt2 = __collate_substitute(table, s2); in strcoll_l()
63 t2 = s2; in strcoll_l()
65 while(*t && *t2) { in strcoll_l()
71 while(*t2 && !prim2) { in strcoll_l()
72 __collate_lookup(table, t2, &len2, &prim2, &sec2); in strcoll_l()
73 t2 += len2; in strcoll_l()
84 if(!*t && *t2) in strcoll_l()
85 ret = -(int)((u_char)*t2); in strcoll_l()
86 else if(*t && !*t2) in strcoll_l()
88 else if(!*t && !*t2) in strcoll_l()