Home | History | Annotate | Download | only in common

Lines Matching refs:mapping

503         const uint16_t *mapping=getMapping(norm16);
504 if(*mapping&MAPPING_HAS_CCC_LCCC_WORD) {
505 return (uint8_t)*(mapping-1);
530 const uint16_t *list=extraData+norm16; // composite has both mapping & compositions list
531 return list+ // mapping pointer
532 1+ // +1 to skip the first unit with the mapping lenth
533 (*list&MAPPING_LENGTH_MASK); // + mapping length
682 * with a decomposition mapping, that is, with NF*D_QC=No.
684 * with NF*C_QC=No (has a one-way mapping) or Maybe (combines backward).
702 * which means it has a two-way (round-trip) decomposition mapping.
706 * it does not have a mapping, does not participate in composition, has a zero
750 * UTrie2 or other large data structure with the full FCD value mapping.
764 * the mapping is to an empty string or when the character combines-forward.