Searched refs:hexString (Results 1 – 3 of 3) sorted by relevance
447 private void assertFastPathUtf8DecodedEquals(String expected, String hexString) in assertFastPathUtf8DecodedEquals() argument449 String actual = new String(hexStringtoBytes(hexString)); in assertFastPathUtf8DecodedEquals()450 assertEquals("Fast-path UTF-8 decoder decodes sequence [" + hexString in assertFastPathUtf8DecodedEquals()458 + " result for sequence [" + hexString + "]", in assertFastPathUtf8DecodedEquals()459 decoder.decode(ByteBuffer.wrap(hexStringtoBytes(hexString))).toString(), actual); in assertFastPathUtf8DecodedEquals()462 private static String decodeCESU8(String hexString) throws IOException { in decodeCESU8() argument464 return cesu8Decoder.decode(ByteBuffer.wrap(hexStringtoBytes(hexString))).toString(); in decodeCESU8()467 private static String decodeModifiedUTF8(String hexString) throws IOException { in decodeModifiedUTF8() argument468 byte[] bytes = hexStringtoBytes(hexString); in decodeModifiedUTF8()
351 String hexString = getEmbeddedHexString(embeddedHex); in parseQuotedString() local352 temp.append(hexString); in parseQuotedString()364 String hexString = getEmbeddedHexString(embeddedHex); in parseQuotedString() local365 temp.append(hexString); in parseQuotedString()483 String hexString = getEmbeddedHexString(embeddedHex); in parseString() local484 temp.append(hexString); in parseString()513 String hexString = getEmbeddedHexString(embeddedHex); in parseString() local514 temp.append(hexString); in parseString()
192 String hexString() { in hexString() method in BigInt