Home | History | Annotate | Download | only in common

Lines Matching refs:swap2

1675     UChar swap2;
1680 if(U16_IS_TRAIL(swap = *left) && U16_IS_LEAD(swap2 = *(left + 1))) {
1681 *left++ = swap2;