Home
last modified time | relevance | path

Searched refs:m_MixedTwoByteLeadingBytes (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_cmap.cpp279 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()
Dcpdf_cmap.h96 std::vector<bool> m_MixedTwoByteLeadingBytes; variable