Home | History | Annotate | Download | only in c-index-test

Lines Matching refs:c2

1096     int c1 = tolower((unsigned char)*s1), c2 = tolower((unsigned char)*s2);
1097 if (c1 < c2)
1099 else if (c1 > c2)