Lines Matching defs:fullLength
247 int32_t idx, closureLength, fullLength, length;
274 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, fullLength);
279 fullLength&=0xffff; /* bits 16 and higher are reserved */
282 pe+=fullLength&UCASE_FULL_LOWER;
283 fullLength>>=4;
286 length=fullLength&0xf;
293 fullLength>>=4;
294 pe+=fullLength&0xf;
295 fullLength>>=4;
296 pe+=fullLength;