Searched defs:hexString (Results 1 – 10 of 10) sorted by relevance
50 public static byte[] decodeHex(String hexString) { in decodeHex()
54 def hexString(s): function
269 private final static String hexString(byte[] bytes) { in hexString() method in DefaultDeflateCompatibilityWindow
459 UnicodeString hexString("0x"); in backAndForth() local470 UnicodeString hexString("0x"); in backAndForth() local
159 String hexString = "0x" + Utility.hex(o) + " "; in backAndForth() local165 String hexString = "0x" + Utility.hex(o) + " "; in backAndForth() local
162 String hexString = "0x" + Utility.hex(o) + " "; in backAndForth() local168 String hexString = "0x" + Utility.hex(o) + " "; in backAndForth() local
608 UnicodeString hexString = mAmps.group(6, status); in replaceCharRefs() local
497 String hexString = data.substring(currentIndex + 1, currentIndex + 5); in stripRules() local
2090 char hexString[ 64 ]; in DebugHexDump() local
1517 final String hexString = Integer.toHexString(j).toUpperCase(); in toHex() local