Home | History | Annotate | Download | only in i18n

Lines Matching refs:fcd

746     uint16_t           fcd;     // Hi byte is lead combining class. lo byte is trailing combing class.
768 fcd = 0;
773 fcd |= nfcImpl->getFCD16FromNormData(supp++);
777 fcd = nfcImpl->getFCD16(c);
779 if (fcd >= 0x100 || // if the leading combining class(c) > 0 ||
780 (U16_IS_LEAD(c) && fcd != 0)) {// c is a leading surrogate with some FCD data
782 uint32_t cClass = fcd & 0xff;
1297 // for the contraction and then add the sequences that pass FCD check
2045 int16_t fcd = context.nfcImpl->getFCD16(el.cPoints[j]);
2046 if ( (fcd & 0xff) == 0 ) {