Home | History | Annotate | Download | only in i18n

Lines Matching defs:fcd16

578     uint16_t fcd16 = d->getFCD16(c);
579 U_ASSERT(fcd16 > 0xff); // The caller checked this already, as a shortcut.
587 uint8_t prevCC = (uint8_t)fcd16;
588 fcd16 = d->getFCD16(nextCp);
589 if(fcd16 <= 0xff) {
630 if(prevCC < (fcd16 >> 8) && USTRINGTRIE_HAS_VALUE(match = suffixes.nextForCodePoint(c))) {
642 prevCC = (uint8_t)fcd16;
646 fcd16 = d->getFCD16(c);
647 if(fcd16 <= 0xff) {