Lines Matching defs:supp
770 UChar32 supp = U16_GET_SUPPLEMENTARY(c, 0xdc00);771 UChar32 suppLimit = supp + 0x400;772 while (supp < suppLimit) {773 fcd |= nfcImpl->getFCD16FromNormData(supp++);