HomeSort by relevance Sort by last modified time
    Searched refs:isHex (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 184 bool isHex = *LookAhead == 'h' || *LookAhead == 'H';
185 CurPtr = isHex || !FirstHex ? LookAhead : FirstHex;
186 if (isHex)
202 bool isHex = Radix == 16;
204 if (!isHex && (*CurPtr == '.' || *CurPtr == 'e')) {
217 return ReturnError(TokStart, !isHex ? "invalid decimal number" :
291 bool isHex = Radix == 16;
294 return ReturnError(TokStart, !isHex ? "invalid octal number" :
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 258 static byte[] stringToByteArray(String original, boolean isHex)
260 int length = isHex ? original.length() / 2 : original.length();
264 if (isHex)
346 * @param isHex Specifies whether the content of the string has been encoded as a Hex string. Encoding
352 * set to -1, and <code> isHex </code> can be false.
355 static private String decodeString(String original, boolean isHex, int coding)
358 byte[] input = stringToByteArray(original, isHex);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertBlacklist.java 59 private static boolean isHex(String value) {
74 return isHex(value);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 752 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)))
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java 772 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)))
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java     [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
TextFormat.java     [all...]
  /bionic/libc/kernel/tools/
cpp.py 304 isHex = True
307 isHex = False
309 if isHex:
316 isHex = True
319 isHex = False
321 if isHex:
    [all...]
  /external/valgrind/main/coregrind/
m_libcbase.c 452 static Bool isHex ( UChar c )
483 while (isHex(**ppc)) {
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 1846 milliseconds