Home | History | Annotate | Download | only in common

Lines Matching full:swap2

1370     UChar swap2;
1375 if(UTF_IS_TRAIL(swap = *left) && UTF_IS_LEAD(swap2 = *(left + 1))) {
1376 *left++ = swap2;