Searched defs:hexString (Results 1 – 11 of 11) sorted by relevance
50 public static byte[] decodeHex(String hexString) { in decodeHex()
38 def hexString(s): function
48 String hexString = TypedValue.coerceToString(TypedValue.TYPE_INT_HEX, 0xcafebabe); in testCoerceIntegerToHexString() local
269 private final static String hexString(byte[] bytes) { in hexString() method in DefaultDeflateCompatibilityWindow
152 public static byte[] hexStringToByteArray(String hexString) in hexStringToByteArray()
457 UnicodeString hexString("0x"); in backAndForth() local468 UnicodeString hexString("0x"); in backAndForth() local
156 String hexString = "0x" + Utility.hex(o) + " "; in backAndForth() local162 String hexString = "0x" + Utility.hex(o) + " "; in backAndForth() local
160 String hexString = "0x" + Utility.hex(o) + " "; in backAndForth() local166 String hexString = "0x" + Utility.hex(o) + " "; in backAndForth() local
606 UnicodeString hexString = mAmps.group(6, status); in replaceCharRefs() local
78 void ToHex (const UINT8* data, UINT16 len, char* hexString, UINT16 hexStringSize) in ToHex()
2090 char hexString[ 64 ]; in DebugHexDump() local