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

Lines Matching refs:c2

1154     int c1 = tolower((unsigned char)*s1), c2 = tolower((unsigned char)*s2);
1155 if (c1 < c2)
1157 else if (c1 > c2)