Home | History | Annotate | Download | only in common

Lines Matching defs:c2

234         unsigned char c1, c2;
238 c2=(unsigned char)*str2;
240 if(c2==0) {
245 } else if(c2==0) {
249 rc=(int)(unsigned char)uprv_tolower(c1)-(int)(unsigned char)uprv_tolower(c2);
273 unsigned char c1, c2;
277 c2=(unsigned char)*str2;
279 if(c2==0) {
284 } else if(c2==0) {
288 rc=(int)(unsigned char)uprv_tolower(c1)-(int)(unsigned char)uprv_tolower(c2);