Searched refs:hexString (Results 1 – 2 of 2) sorted by relevance
449 private void assertFastPathUtf8DecodedEquals(String expected, String hexString) in assertFastPathUtf8DecodedEquals() argument451 String actual = new String(hexStringtoBytes(hexString)); in assertFastPathUtf8DecodedEquals()452 assertEquals("Fast-path UTF-8 decoder decodes sequence [" + hexString in assertFastPathUtf8DecodedEquals()460 + " result for sequence [" + hexString + "]", in assertFastPathUtf8DecodedEquals()461 decoder.decode(ByteBuffer.wrap(hexStringtoBytes(hexString))).toString(), actual); in assertFastPathUtf8DecodedEquals()464 private static String decodeCESU8(String hexString) throws IOException { in decodeCESU8() argument466 return cesu8Decoder.decode(ByteBuffer.wrap(hexStringtoBytes(hexString))).toString(); in decodeCESU8()469 private static String decodeModifiedUTF8(String hexString) throws IOException { in decodeModifiedUTF8() argument470 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()