Searched refs:m_MixedTwoByteLeadingBytes (Results 1 – 2 of 2) sorted by relevance
276 m_MixedTwoByteLeadingBytes = LoadLeadingSegments(*map); in CPDF_CMap()340 if (!m_MixedTwoByteLeadingBytes[byte1]) in GetNextChar()402 if (m_MixedTwoByteLeadingBytes[pString[i]]) in CountChar()430 if (charcode < 0x100 && !m_MixedTwoByteLeadingBytes[charcode]) { in AppendChar()
90 std::vector<bool> m_MixedTwoByteLeadingBytes; variable