Lines Matching full:mapping
521 const uint16_t *mapping=getMapping(norm16);
522 if(*mapping&MAPPING_HAS_CCC_LCCC_WORD) {
523 return (uint8_t)*(mapping-1);
548 const uint16_t *list=extraData+norm16; // composite has both mapping & compositions list
549 return list+ // mapping pointer
550 1+ // +1 to skip the first unit with the mapping lenth
551 (*list&MAPPING_LENGTH_MASK); // + mapping length
702 * with a decomposition mapping, that is, with NF*D_QC=No.
704 * with NF*C_QC=No (has a one-way mapping) or Maybe (combines backward).
722 * which means it has a two-way (round-trip) decomposition mapping.
726 * it does not have a mapping, does not participate in composition, has a zero
770 * UTrie2 or other large data structure with the full FCD value mapping.
784 * the mapping is to an empty string or when the character combines-forward.