Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java65 private static final Printer UNICODE_PRINTER = field in TextFormat
93 UNICODE_PRINTER.print(message, new TextGenerator(output)); in printUnicode()
103 UNICODE_PRINTER.printUnknownFields(fields, new TextGenerator(output)); in printUnicode()
186 UNICODE_PRINTER.print(message, new TextGenerator(text)); in printToUnicodeString()
200 UNICODE_PRINTER.printUnknownFields(fields, new TextGenerator(text)); in printToUnicodeString()