Searched refs:IsHex (Results 1 – 11 of 11) sorted by relevance
58 bool IsHex(char c) { in IsHex() function165 if (IsHex(pos[0])) { in GetMemoryProfile()
94 bool IsHex(char c);
81 int IsHex(string input); // Returns 1 if input can be hexadecimal number....
269 if (IsHex(orig)) { in operator =()
273 int IsHex(string input) { in IsHex() function
1605 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()
358 buf << PDF_EncodeString(pObj->GetString(), pObj->AsString()->IsHex()); in operator <<()
255 return new CPDF_String(pString->m_String, pString->IsHex()); in CloneInternal()
225 FX_BOOL IsHex() const { return m_bHex; } in IsHex() function
53 FX_BOOL bHex = pObj->AsString()->IsHex(); in PDF_CreatorAppendObject()1130 FX_BOOL bHex = pObj->AsString()->IsHex(); in WriteDirectObj()