Searched refs:unescapeBytes (Results 1 – 3 of 3) sorted by relevance
566 TextFormat.unescapeBytes("\\000\\001\\a\\b\\f\\n\\r\\t\\v\\\\\\'\\\"")); in testEscape()580 TextFormat.unescapeBytes("hello")); in testEscape()590 TextFormat.unescapeBytes("\\341\\210\\264")); in testEscape()593 TextFormat.unescapeBytes("\\xe1\\x88\\xb4")); in testEscape()598 assertEquals(zhByteString, TextFormat.unescapeBytes(zh)); in testEscape()
1050 final ByteString result = unescapeBytes(escaped); in consumeByteString()1828 public static ByteString unescapeBytes(final CharSequence charString) in unescapeBytes() method in TextFormat1943 return unescapeBytes(input).toStringUtf8(); in unescapeText()
1446 TextFormat.unescapeBytes(proto.getDefaultValue()); in crossLink()