Home | History | Annotate | Download | only in runtime

Lines Matching defs:s_len

4675       size_t s_len = CountModifiedUtf8Chars(s);
4676 std::unique_ptr<uint16_t> s_utf16(new uint16_t[s_len]);
4678 JDWP::AppendUtf16BE(bytes, s_utf16.get(), s_len);