Lines Matching defs:hasSupplementary
1590 UBool hasSupplementary = FALSE;1594 hasSupplementary |= (UBool)U16_IS_LEAD(swap = *left);1595 hasSupplementary |= (UBool)U16_IS_LEAD(*left++ = *right);1600 hasSupplementary |= (UBool)U16_IS_LEAD(*left);1603 if(hasSupplementary) {