Home
last modified time | relevance | path

Searched defs:writeChar (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DFontOutputStream.java135 public void writeChar(byte c) throws IOException { in writeChar() method in FontOutputStream
DWritableFontData.java245 public int writeChar(int index, byte c) { in writeChar() method in WritableFontData
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DFontOutputStream.java135 public void writeChar(byte c) throws IOException { in writeChar() method in FontOutputStream
DWritableFontData.java245 public int writeChar(int index, byte c) { in writeChar() method in WritableFontData
/third_party/node/deps/npm/node_modules/sshpk/lib/
Dssh-buffer.js134 SSHBuffer.prototype.writeChar = function (v) { method in SSHBuffer
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DStandardMessageCodec.java133 protected static final void writeChar(ByteArrayOutputStream stream, int value) { in writeChar() method in StandardMessageCodec
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_rpc.js139 this.writeChar = function (...args) { method