Searched refs:isHex (Results 1 - 21 of 21) sorted by relevance

/external/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp236 bool isHex = *LookAhead == 'h' || *LookAhead == 'H'; local
237 CurPtr = isHex || !FirstHex ? LookAhead : FirstHex;
238 if (isHex)
261 bool isHex = Radix == 16; local
263 if (!isHex && (*CurPtr == '.' || *CurPtr == 'e')) {
272 return ReturnError(TokStart, !isHex ? "invalid decimal number" :
348 bool isHex = Radix == 16; local
351 return ReturnError(TokStart, !isHex ? "invalid octal number" :
/external/gptfdisk/
H A Dsupport.cc276 int isHex = 1, foundHex = 0, i; local
285 isHex = 0;
292 isHex = 0;
293 return isHex;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DCertBlacklist.java59 private static boolean isHex(String value) { method in class:CertBlacklist
74 return isHex(value);
/external/fonttools/Lib/fontTools/
H A Dt1Lib.py210 if isEncrypted and isHex(chunk[:4]):
287 def isHex(text): function
296 if isHex(chunk[:4]):
323 if isHex(cypherText[:4]):
/external/fonttools/Tools/fontTools/
H A Dt1Lib.py210 if isEncrypted and isHex(chunk[:4]):
287 def isHex(text): function
296 if isHex(chunk[:4]):
323 if isHex(cypherText[:4]):
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DURI.java752 if (index + 2 >= end ||!isHex(p_uriSpec.charAt(index + 1))
753 ||!isHex(p_uriSpec.charAt(index + 2)))
790 if (index + 2 >= end ||!isHex(p_uriSpec.charAt(index + 1))
791 ||!isHex(p_uriSpec.charAt(index + 2)))
823 if (index + 2 >= end ||!isHex(p_uriSpec.charAt(index + 1))
824 ||!isHex(p_uriSpec.charAt(index + 2)))
1068 if (index + 2 >= end ||!isHex(p_userinfo.charAt(index + 1))
1069 ||!isHex(p_userinfo.charAt(index + 2)))
1546 private static boolean isHex(char p_char) method in class:URI
1628 if (i + 2 >= end ||!isHex(p_uri
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DURI.java772 if (index + 2 >= end ||!isHex(p_uriSpec.charAt(index + 1))
773 ||!isHex(p_uriSpec.charAt(index + 2)))
810 if (index + 2 >= end ||!isHex(p_uriSpec.charAt(index + 1))
811 ||!isHex(p_uriSpec.charAt(index + 2)))
843 if (index + 2 >= end ||!isHex(p_uriSpec.charAt(index + 1))
844 ||!isHex(p_uriSpec.charAt(index + 2)))
1088 if (index + 2 >= end ||!isHex(p_userinfo.charAt(index + 1))
1089 ||!isHex(p_userinfo.charAt(index + 2)))
1566 private static boolean isHex(char p_char) method in class:URI
1648 if (i + 2 >= end ||!isHex(p_uri
[all...]
/external/conscrypt/platform/src/main/java/org/conscrypt/
H A DCertBlacklist.java60 private static boolean isHex(String value) { method in class:CertBlacklist
75 return isHex(value);
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DTextFormat.java1847 if (i + 1 < input.size() && isHex(input.byteAt(i + 1))) {
1854 if (i + 1 < input.size() && isHex(input.byteAt(i + 1))) {
1923 private static boolean isHex(final byte c) { method in class:TextFormat
/external/valgrind/coregrind/
H A Dm_libcbase.c471 static Bool isHex ( HChar c ) function
502 while (isHex(**ppc)) {
/external/pdfium/xfa/fxfa/fm2js/
H A Dxfa_lexer.cpp34 static bool isHex(const FX_WCHAR* p) { function in struct:__anon16092::XFA_FMDChar
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1981 milliseconds