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

  /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 838 char hexChar = Character.forDigit
840 sbuffer.append(Character.toUpperCase(hexChar));
841 hexChar = Character.forDigit
843 sbuffer.append(Character.toUpperCase(hexChar));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /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.11.0/
xercesImpl-2.11.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 

Completed in 336 milliseconds