Home | History | Annotate | Download | only in runtime

Lines Matching refs:bitIdx

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