Searched refs:wordIdx (Results 1 – 1 of 1) sorted by relevance
260 uint32_t wordIdx = c >> 5; in IsValidPartOfMemberNameUtf8() local263 return (DEX_MEMBER_VALID_LOW_ASCII[wordIdx] & (1 << bitIdx)) != 0; in IsValidPartOfMemberNameUtf8()