Home | History | Annotate | Download | only in libdex

Lines Matching refs:bitIdx

1023         u4 bitIdx = c & 0x1f;
1025 return (DEX_MEMBER_VALID_LOW_ASCII[wordIdx] & (1 << bitIdx)) != 0;