Searched refs:alphabet_offset (Results 1 – 2 of 2) sorted by relevance
77 uint32_t alphabet_offset; member85 return *reinterpret_cast<const uint32_t*>(bytes() + alphabet_offset); in alphabetVersion()88 return reinterpret_cast<const AlphabetTable0*>(bytes() + alphabet_offset); in alphabetTable0()91 return reinterpret_cast<const AlphabetTable1*>(bytes() + alphabet_offset); in alphabetTable1()
52 uint32_t alphabet_offset (in bytes)