Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java566 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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DTextFormat.java1050 final ByteString result = unescapeBytes(escaped); in consumeByteString()
1828 public static ByteString unescapeBytes(final CharSequence charString) in unescapeBytes() method in TextFormat
1943 return unescapeBytes(input).toStringUtf8(); in unescapeText()
DDescriptors.java1446 TextFormat.unescapeBytes(proto.getDefaultValue()); in crossLink()