HomeSort by relevance Sort by last modified time
    Searched refs:m_MixedTwoByteLeadingBytes (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdfapi/font/
cpdf_cmap.h 96 std::vector<bool> m_MixedTwoByteLeadingBytes;
cpdf_cmap.cpp 279 m_MixedTwoByteLeadingBytes = std::vector<bool>(256);
283 m_MixedTwoByteLeadingBytes[b] = true;
354 if (!m_MixedTwoByteLeadingBytes[byte1])
415 if (m_MixedTwoByteLeadingBytes[reinterpret_cast<const uint8_t*>(
444 if (charcode < 0x100 && !m_MixedTwoByteLeadingBytes[charcode]) {

Completed in 157 milliseconds