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

  /external/dng_sdk/source/
dng_fingerprint.cpp 142 static int HexCharToNum (char hexChar)
145 if (hexChar >= '0' && hexChar <= '9')
147 return hexChar - '0';
150 else if (hexChar >= 'A' && hexChar <= 'F')
152 return hexChar - 'A' + 10;
155 else if (hexChar >= 'a' && hexChar <= 'f')
157 return hexChar - 'a' + 10
    [all...]
  /art/test/070-nio-buffer/src/
Main.java 164 outBuf[i*2] = hexChar((byte) ((b >> 4) & 0x0f));
165 outBuf[i*2+1] = hexChar((byte) (b & 0x0f));
170 static char hexChar(byte b) {
  /libcore/ojluni/src/main/java/sun/security/x509/
AVA.java 839 char hexChar = Character.forDigit
841 sbuffer.append(Character.toUpperCase(hexChar));
842 hexChar = Character.forDigit
844 sbuffer.append(Character.toUpperCase(hexChar));
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 

Completed in 169 milliseconds