Home | History | Annotate | Download | only in intltest

Lines Matching refs:c2

3163     UChar c, c2;
3170 if(c>=0xdc00 || length==0 || !U16_IS_TRAIL(c2=*s++)) {
3179 if(c>=0xdc00 || !U16_IS_TRAIL(c2=*s++)) {