Home
last modified time | relevance | path

Searched refs:unescapeBytes (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java565 TextFormat.unescapeBytes("\\000\\001\\a\\b\\f\\n\\r\\t\\v\\\\\\'\\\"")); in testEscape()
579 TextFormat.unescapeBytes("hello")); in testEscape()
589 TextFormat.unescapeBytes("\\341\\210\\264")); in testEscape()
592 TextFormat.unescapeBytes("\\xe1\\x88\\xb4")); in testEscape()
597 assertEquals(zhByteString, TextFormat.unescapeBytes(zh)); in testEscape()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java1042 final ByteString result = unescapeBytes(escaped); in consumeByteString()
1799 public static ByteString unescapeBytes(final CharSequence charString) in unescapeBytes() method in TextFormat
1914 return unescapeBytes(input).toStringUtf8(); in unescapeText()
DDescriptors.java1442 TextFormat.unescapeBytes(proto.getDefaultValue()); in crossLink()