Home | History | Annotate | Download | only in common

Lines Matching refs:swap2

1492     UChar swap2;
1497 if(U16_IS_TRAIL(swap = *left) && U16_IS_LEAD(swap2 = *(left + 1))) {
1498 *left++ = swap2;