Searched refs:IsHex (Results 1 – 10 of 10) sorted by relevance
58 bool IsHex(char c) { in IsHex() function159 if (IsHex(pos[0])) { in GetMemoryProfile()
93 bool IsHex(char c);
37 bool IsHex() const { return m_bHex; } in IsHex() function
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()
1215 static int IsHex(int c) { in IsHex() function1313 while (IsHex(c)) { in ParseEscape()1333 if (!IsHex(c) || !IsHex(c1)) in ParseEscape()
77 bool bHex = pObj->AsString()->IsHex(); in PDF_CreatorAppendObject()1081 bool bHex = pObj->AsString()->IsHex(); in WriteDirectObj()