Lines Matching defs:c1
378 UChar32 c32,c1,c2;
389 c1 = *(buf->currentPos)++;
391 c1 = U_EOF;
397 if (c1 != 0x005C) {
398 return c1;
429 fprintf(stderr,"Bad escape: [%c%s]...\n", (int)c1, context);
432 return c1;
433 }else if(c32!=c2 || (c32==0x0075 && c2==0x0075 && c1==0x005C) /* for \u0075 c2=0x0075 and c32==0x0075*/){
438 * c1 and not consume the buffer
443 return c1;