Home
last modified time | relevance | path

Searched defs:IsHex (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_string.h30 bool IsHex() const { return m_bHex; } in IsHex() function
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_common.cc58 bool IsHex(char c) { in IsHex() function
/aosp_15_r20/external/deqp-deps/amber/src/
Dtokenizer.h42 bool IsHex() const { return type_ == TokenType::kHex; } in IsHex() function
/aosp_15_r20/external/gptfdisk/
H A Dsupport.cc285 int IsHex(string input) { in IsHex() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp467 bool IsHex = Radix == 16; in LexDigit() local
/aosp_15_r20/system/tools/aidl/
Daidl_const_expressions.cpp468 bool AidlConstantValue::IsHex(const string& value) { in IsHex() function in AidlConstantValue
/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Dparse.cc1464 static int IsHex(int c) { in IsHex() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Dparse.cc1432 static int IsHex(int c) { in IsHex() function
/aosp_15_r20/external/regex-re2/re2/
H A Dparse.cc1427 static int IsHex(int c) { in IsHex() function