Searched defs:hexString (Results 1 – 14 of 14) sorted by relevance
50 public static byte[] decodeHex(String hexString) { in decodeHex()
83 @property(nonatomic, strong) NSString *hexString; property
100 def hexString(s): function
459 UnicodeString hexString("0x"); in backAndForth() local470 UnicodeString hexString("0x"); in backAndForth() local
366 function doTestHexStringVarint_(readField, expected, hexString) { argument
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
1300 public static byte[] getBytesFromHexString(String hexString) { in getBytesFromHexString()
1529 final String hexString = Integer.toHexString(j).toUpperCase(); in toHex() local