Home
last modified time | relevance | path

Searched defs:isHex (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmLexer.cpp265 bool isHex = LexHex && (*LookAhead == 'h' || *LookAhead == 'H'); in doHexLookAhead() local
329 bool isHex = Radix == 16; in LexDigit() local
417 bool isHex = Radix == 16; in LexDigit() local
/third_party/spirv-tools/tools/sva/src/
Dlexer.js103 isHex(char) { method in Lexer
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
Dlexer.js103 isHex(char) { method in Lexer
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
Dlexer.js103 isHex(char) { method in Lexer
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/utils/
Dkey.js143 const isHex = (key) => /^[0-9a-fA-F]+$/.test(key); function
/third_party/gptfdisk/
Dsupport.cc289 int isHex = 1, foundHex = 0, i; in IsHex() local
/third_party/decimal.js/
Ddecimal.mjs117 isHex = /^0x([0-9a-f]+(\.[0-9a-f]*)?|\.[0-9a-f]+)(p[+-]?\d+)?$/i, variable
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java2437 private static boolean isHex(final byte c) { in isHex() method in TextFormat