Searched refs:m_bHex (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_string.cpp15 CPDF_String::CPDF_String() : m_bHex(false) {}
20 : m_String(str), m_bHex(bHex) {
26 : m_String(PDF_EncodeText(str)), m_bHex(false) {
40 pRet->m_bHex = m_bHex;
H A Dcpdf_string.h36 bool IsHex() const { return m_bHex; }
40 bool m_bHex; member in class:CPDF_String

Completed in 209 milliseconds