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