Lines Matching defs:getMapping
526 (!onlyContiguous || isInert(norm16) || *getMapping(norm16) <= 0x1ff);
577 const uint16_t *mapping=getMapping(norm16);
590 return (uint8_t)(*getMapping(norm16)>>8); // tccc from yesNo
605 const uint16_t *getMapping(uint16_t norm16) const { return extraData+(norm16>>OFFSET_SHIFT); }
610 return getMapping(norm16); // for yesYes; if Jamo L: harmless empty list
617 const uint16_t *list=getMapping(norm16);
674 (norm16 & DELTA_TCCC_MASK) <= DELTA_TCCC_1 : *getMapping(norm16) <= 0x1ff);