Home | History | Annotate | Download | only in coregrind

Lines Matching defs:c1

338       UChar c1 = (UChar)VG_(tolower)(*s1);
340 if (c1 < c2) return -1;
341 if (c1 > c2) return 1;
343 /* c1 == c2 */
344 if (c1 == 0) return 0;
369 UChar c1;
372 c1 = (UChar)VG_(tolower)(*s1);
374 if (c1 < c2) return -1;
375 if (c1 > c2) return 1;
377 /* c1 == c2 */
378 if (c1 == 0) return 0;