Home | History | Annotate | Download | only in common

Lines Matching refs:U16_IS_LEAD

1484     hasSupplementary |= (UBool)U16_IS_LEAD(swap = *left);
1485 hasSupplementary |= (UBool)U16_IS_LEAD(*left++ = *right);
1490 hasSupplementary |= (UBool)U16_IS_LEAD(*left);
1499 if(U16_IS_TRAIL(swap = *left) && U16_IS_LEAD(swap2 = *(left + 1))) {