Searched refs:packedLookup (Results 1 – 1 of 1) sorted by relevance
151 template <typename T> static T packedLookup(const uint8_t *Data, int I) { in packedLookup() function159 CharType Type = packedLookup<CharType>(CharTypes, Text[0]); in calculateRoles()168 Type = packedLookup<CharType>(CharTypes, Text[I + 1]); in calculateRoles()171 Roles[I] = packedLookup<CharRole>(CharRoles, Types); in calculateRoles()175 Roles[Text.size() - 1] = packedLookup<CharRole>(CharRoles, Types); in calculateRoles()