escapeText 387 third_party/protobuf/java/src/main/java/com/google/protobuf/TextFormat.java escapeText((String) value) : escapeText 486 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java TextFormat.escapeText("\0\001\007\b\f\n\r\t\013\\\'\"")); escapeText 492 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java TextFormat.escapeText(kEscapeTestString)); escapeText 497 third_party/protobuf/java/src/test/java/com/google/protobuf/TextFormatTest.java assertEquals("\\341\\210\\264", TextFormat.escapeText("\u1234"));