Lines Matching full:swap2
1640 UChar swap2;1645 if(U16_IS_TRAIL(swap = *left) && U16_IS_LEAD(swap2 = *(left + 1))) {1646 *left++ = swap2;