Home | History | Annotate | Download | only in toolutil

Lines Matching defs:c1

377     UChar32 c32,c1,c2;
388 c1 = *(buf->currentPos)++;
390 c1 = U_EOF;
396 if (c1 != 0x005C) {
397 return c1;
428 fprintf(stderr,"Bad escape: [%c%s]...\n", (int)c1, context);
431 return c1;
432 }else if(c32!=c2 || (c32==0x0075 && c2==0x0075 && c1==0x005C) /* for \u0075 c2=0x0075 and c32==0x0075*/){
437 * c1 and not consume the buffer
442 return c1;