Home
last modified time | relevance | path

Searched refs:IsHex (Results 1 – 10 of 10) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_common.cc58 bool IsHex(char c) { in IsHex() function
159 if (IsHex(pos[0])) { in GetMemoryProfile()
Dsanitizer_procmaps.h93 bool IsHex(char c);
/external/pdfium/core/fpdfapi/parser/
Dcpdf_string.h37 bool IsHex() const { return m_bHex; } in IsHex() function
Dfpdf_parser_utility.cpp167 buf << PDF_EncodeString(pObj->GetString(), pObj->AsString()->IsHex()); in operator <<()
/external/gptfdisk/
Dsupport.h81 int IsHex(string input); // Returns 1 if input can be hexadecimal number....
Dsupport.cc275 int IsHex(string input) { in IsHex() function
Dparttypes.cc271 if (IsHex(orig)) { in operator =()
Dbasicmbr.cc1607 if (IsHex(tempStr)) in DoMenu()
/external/regex-re2/re2/
Dparse.cc1215 static int IsHex(int c) { in IsHex() function
1313 while (IsHex(c)) { in ParseEscape()
1333 if (!IsHex(c) || !IsHex(c1)) in ParseEscape()
/external/pdfium/core/fpdfapi/edit/
Dfpdf_edit_create.cpp77 bool bHex = pObj->AsString()->IsHex(); in PDF_CreatorAppendObject()
1081 bool bHex = pObj->AsString()->IsHex(); in WriteDirectObj()