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

/external/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp233 bool isHex = *LookAhead == 'h' || *LookAhead == 'H'; local
234 CurPtr = isHex || !FirstHex ? LookAhead : FirstHex;
235 if (isHex)
258 bool isHex = Radix == 16; local
260 if (!isHex && (*CurPtr == '.' || *CurPtr == 'e')) {
269 return ReturnError(TokStart, !isHex ? "invalid decimal number" :
345 bool isHex = Radix == 16; local
348 return ReturnError(TokStart, !isHex ? "invalid octal number" :
/external/gptfdisk/
H A Dsupport.cc274 int isHex = 1, foundHex = 0, i; local
283 isHex = 0;
290 isHex = 0;
291 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/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tokenization/
H A Dtokenizer.js116 function isDigit(cp, isHex) {
117 return isAsciiDigit(cp) || (isHex && ((cp >= $.LATIN_CAPITAL_A && cp <= $.LATIN_CAPITAL_F) ||
430 Tokenizer.prototype._consumeNumericEntity = function (isHex) {
437 } while (nextCp !== $.EOF && isDigit(nextCp, isHex));
442 var referencedCp = parseInt(digits, isHex ? 16 : 10),
517 var isHex = false,
522 isHex = true;
528 if (nextCp !== $.EOF && isDigit(nextCp, isHex))
529 return [this._consumeNumericEntity(isHex)];
534 this._unconsumeSeveral(isHex
[all...]
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DTextFormat.java1762 if (i + 1 < input.size() && isHex(input.byteAt(i + 1))) {
1769 if (i + 1 < input.size() && isHex(input.byteAt(i + 1))) {
1836 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/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/
H A Dparse5.js1565 function isDigit(cp, isHex) {
1566 return isAsciiDigit(cp) || (isHex && ((cp >= $.LATIN_CAPITAL_A && cp <= $.LATIN_CAPITAL_F) ||
1879 Tokenizer.prototype._consumeNumericEntity = function (isHex) {
1886 } while (nextCp !== $.EOF && isDigit(nextCp, isHex));
1891 var referencedCp = parseInt(digits, isHex ? 16 : 10),
1966 var isHex = false,
1971 isHex = true;
1977 if (nextCp !== $.EOF && isDigit(nextCp, isHex))
1978 return [this._consumeNumericEntity(isHex)];
1983 this._unconsumeSeveral(isHex
[all...]
/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/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 ...

Completed in 1758 milliseconds