Lines Matching defs:fullLength
248 int32_t idx, closureLength, fullLength, length;
275 GET_SLOT_VALUE(excWord, UCASE_EXC_FULL_MAPPINGS, pe, fullLength);
280 fullLength&=0xffff; /* bits 16 and higher are reserved */
283 pe+=fullLength&UCASE_FULL_LOWER;
284 fullLength>>=4;
287 length=fullLength&0xf;
294 fullLength>>=4;
295 pe+=fullLength&0xf;
296 fullLength>>=4;
297 pe+=fullLength;