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