Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp236 bool isHex = *LookAhead == 'h' || *LookAhead == 'H'; in doLookAhead() local
261 bool isHex = Radix == 16; in LexDigit() local
348 bool isHex = Radix == 16; in LexDigit() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmLexer.cpp260 bool isHex = *LookAhead == 'h' || *LookAhead == 'H'; in doLookAhead() local
324 bool isHex = Radix == 16; in LexDigit() local
411 bool isHex = Radix == 16; in LexDigit() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DCertBlacklist.java59 private static boolean isHex(String value) { in isHex() method in CertBlacklist
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DCertBlacklist.java63 private static boolean isHex(String value) { in isHex() method in CertBlacklist
/external/conscrypt/repackaged/platform/src/main/java/com/android/org/conscrypt/
DCertBlacklistImpl.java67 private static boolean isHex(String value) { in isHex() method in CertBlacklistImpl
/external/conscrypt/platform/src/main/java/org/conscrypt/
DCertBlacklistImpl.java63 private static boolean isHex(String value) { in isHex() method in CertBlacklistImpl
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssGrammar.java199 private static boolean isHex(int codepoint) { in isHex() method in CssGrammar
/external/fonttools/Lib/fontTools/t1Lib/
D__init__.py283 def isHex(text): function
/external/gptfdisk/
Dsupport.cc276 int isHex = 1, foundHex = 0, i; in IsHex() local
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DURI.java1546 private static boolean isHex(char p_char) in isHex() method in URI
/external/apache-xml/src/main/java/org/apache/xml/utils/
DURI.java1566 private static boolean isHex(char p_char) in isHex() method in URI
/external/libxml2/
Dtrio.c2650 BOOLEAN_T isHex; variable
5831 BOOLEAN_T isHex = FALSE; variable
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java1923 private static boolean isHex(final byte c) { in isHex() method in TextFormat