Home | History | Annotate | Download | only in common

Lines Matching defs:c2

247         unsigned char c1, c2;
251 c2=(unsigned char)*str2;
253 if(c2==0) {
258 } else if(c2==0) {
262 rc=(int)(unsigned char)uprv_tolower(c1)-(int)(unsigned char)uprv_tolower(c2);
286 unsigned char c1, c2;
290 c2=(unsigned char)*str2;
292 if(c2==0) {
297 } else if(c2==0) {
301 rc=(int)(unsigned char)uprv_tolower(c1)-(int)(unsigned char)uprv_tolower(c2);