Searched refs:IsHex (Results 1 – 11 of 11) sorted by relevance
58 bool IsHex(char c) { in IsHex() function159 if (IsHex(pos[0])) { in GetMemoryProfile()
93 bool IsHex(char c);
36 bool IsHex() const { return m_bHex; } in IsHex() function
70 PDF_EncodeString(GetString(), IsHex()).AsStringView()); in WriteTo()
167 buf << PDF_EncodeString(pObj->GetString(), pObj->AsString()->IsHex()); in operator <<()
81 int IsHex(string input); // Returns 1 if input can be hexadecimal number....
275 int IsHex(string input) { in IsHex() function
271 if (IsHex(orig)) { in operator =()
1607 if (IsHex(tempStr)) in DoMenu()
200 if (stringValue->IsHex()) { in FPDFAttachment_GetStringValue()
221 bool bHex = pObj->AsString()->IsHex(); in WriteDirectObj()