Home | History | Annotate | Download | only in runtime

Lines Matching refs:wordIdx

721     uint32_t wordIdx = c >> 5;
724 return (DEX_MEMBER_VALID_LOW_ASCII[wordIdx] & (1 << bitIdx)) != 0;