Home | History | Annotate | Download | only in runtime

Lines Matching defs:bitIdx

758     uint32_t bitIdx = c & 0x1f;
760 return (DEX_MEMBER_VALID_LOW_ASCII[wordIdx] & (1 << bitIdx)) != 0;