HomeSort by relevance Sort by last modified time
    Searched defs:text_encoding (Results 1 - 4 of 4) sorted by null

  /external/protobuf/python/google/protobuf/internal/
text_encoding_test.py 33 """Tests for google.protobuf.text_encoding."""
36 from google.protobuf import text_encoding namespace
57 text_encoding.CEscape(unescaped, as_utf8=False))
59 text_encoding.CEscape(unescaped, as_utf8=True))
63 self.assertEquals(unescaped, text_encoding.CUnescape(escaped))
64 self.assertEquals(unescaped, text_encoding.CUnescape(escaped_utf8))
  /external/protobuf/python/google/protobuf/
descriptor_pool.py 64 from google.protobuf import text_encoding namespace
559 field_desc.default_value = text_encoding.CUnescape(
text_format.py 44 from google.protobuf import text_encoding namespace
201 out.write(text_encoding.CEscape(out_value, out_as_utf8))
702 result = text_encoding.CUnescape(text[1:-1])
  /hardware/libhardware/include/hardware/
gps.h 928 GpsNiEncodingType text_encoding; member in struct:__anon24814
    [all...]

Completed in 1053 milliseconds