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

  /frameworks/av/media/mtp/
MtpStringBuffer.cpp 35 static std::u16string utf8ToUtf16(std::string input_str) {
89 std::u16string src16 = utf8ToUtf16(mString);
  /external/oj-libjdwp/src/share/npt/
npt.h 68 int (JNICALL *utf8ToUtf16)
utf.c 54 utf8ToUtf16(struct UtfInst *ui, jbyte *utf8, int len, unsigned short *output, int outputMaxLen)
472 len3 = utf8ToUtf16(ui, (jbyte*)buf1, len1, (jchar*)buf3, 1024);
  /frameworks/minikin/tests/util/
UnicodeUtils.cpp 105 std::vector<uint16_t> utf8ToUtf16(const std::string& text) {

Completed in 154 milliseconds