Home | History | Annotate | Download | only in intltest

Lines Matching defs:c2

3213     UChar c, c2;
3220 if(c>=0xdc00 || length==0 || !U16_IS_TRAIL(c2=*s++)) {
3229 if(c>=0xdc00 || !U16_IS_TRAIL(c2=*s++)) {