Lines Matching refs:U16_IS_LEAD
1594 hasSupplementary |= (UBool)U16_IS_LEAD(swap = *left);1595 hasSupplementary |= (UBool)U16_IS_LEAD(*left++ = *right);1600 hasSupplementary |= (UBool)U16_IS_LEAD(*left);1609 if(U16_IS_TRAIL(swap = *left) && U16_IS_LEAD(swap2 = *(left + 1))) {