Home
last modified time | relevance | path

Searched defs:encodeUtf8 (Results 1 – 6 of 6) sorted by relevance

/third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/
DUtf8Old.java82 public void encodeUtf8(CharSequence in, ByteBuffer out) { in encodeUtf8() method in Utf8Old
DUtf8.java50 public abstract void encodeUtf8(CharSequence in, ByteBuffer out); in encodeUtf8() method in Utf8
DUtf8Safe.java402 public void encodeUtf8(CharSequence in, ByteBuffer out) { in encodeUtf8() method in Utf8Safe
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DUtf8.java331 static void encodeUtf8(String in, ByteBuffer out) { in encodeUtf8() method in Utf8
727 abstract int encodeUtf8(String in, byte[] out, int offset, int length); in encodeUtf8() method in Utf8.Processor
746 final void encodeUtf8(String in, ByteBuffer out) { in encodeUtf8() method in Utf8.Processor
1016 int encodeUtf8(String in, byte[] out, int offset, int length) { in encodeUtf8() method in Utf8.SafeProcessor
1445 int encodeUtf8(final String in, final byte[] out, final int offset, final int length) { in encodeUtf8() method in Utf8.UnsafeProcessor
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DJSON.cpp407 static void encodeUtf8(uint32_t Rune, std::string &Out) { in encodeUtf8() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp102071 char* encodeUtf8(JSContext* cx, JS::HandleString str) { in encodeUtf8() function in JSAutoByteString