Home
last modified time | relevance | path

Searched defs:encodeUtf8 (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DJSON.cpp407 static void encodeUtf8(uint32_t Rune, std::string &Out) { in encodeUtf8() function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DUtf8.java353 static void encodeUtf8(CharSequence in, ByteBuffer out) { in encodeUtf8() method in Utf8
749 abstract int encodeUtf8(CharSequence in, byte[] out, int offset, int length); in encodeUtf8() method in Utf8.Processor
768 final void encodeUtf8(CharSequence in, ByteBuffer out) { in encodeUtf8() method in Utf8.Processor
1038 int encodeUtf8(CharSequence in, byte[] out, int offset, int length) { in encodeUtf8() method in Utf8.SafeProcessor
1519 int encodeUtf8(final CharSequence in, final byte[] out, final int offset, final int length) { in encodeUtf8() method in Utf8.UnsafeProcessor

Completed in 4 milliseconds