Home | History | Annotate | Download | only in Common

Lines Matching defs:c1

140     wchar_t c1 = *s1++;

142 wchar_t u1 = MyCharUpper(c1);
158 unsigned char c1 = (unsigned char)*s1++;
160 if (c1 < c2) return -1;
161 if (c1 > c2) return 1;
162 if (c1 == 0) return 0;
170 wchar_t c1 = *s1++;
172 if (c1 < c2) return -1;
173 if (c1 > c2) return 1;
174 if (c1 == 0) return 0;
182 wchar_t c1 = *s1++;
184 if (c1 != c2)
186 wchar_t u1 = MyCharUpper(c1);
191 if (c1 == 0) return 0;