Searched refs:m_MixedTwoByteLeadingBytes (Results 1 – 2 of 2) sorted by relevance
279 m_MixedTwoByteLeadingBytes = std::vector<bool>(256); in LoadPredefined()283 m_MixedTwoByteLeadingBytes[b] = true; in LoadPredefined()354 if (!m_MixedTwoByteLeadingBytes[byte1]) in GetNextChar()415 if (m_MixedTwoByteLeadingBytes[reinterpret_cast<const uint8_t*>( in CountChar()444 if (charcode < 0x100 && !m_MixedTwoByteLeadingBytes[charcode]) { in AppendChar()
96 std::vector<bool> m_MixedTwoByteLeadingBytes; variable