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

  /external/sfntly/cpp/src/sfntly/data/
font_output_stream.cc 77 void FontOutputStream::WriteChar(byte_t c) {
writable_font_data.cc 104 int32_t WritableFontData::WriteChar(int32_t index, byte_t c) {
  /external/protobuf/src/google/protobuf/util/internal/
json_objectwriter.h 183 WriteChar('\n');
196 void WriteChar(const char c) { stream_->WriteRaw(&c, sizeof(c)); }

Completed in 5019 milliseconds