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

Lines Matching defs:c2

2098     int c1 = tolower((unsigned char)*s1), c2 = tolower((unsigned char)*s2);
2099 if (c1 < c2)
2101 else if (c1 > c2)