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

  /art/runtime/
utf.h 51 void ConvertModifiedUtf8ToUtf16(uint16_t* utf16_out, const char* utf8_in);
utf.cc 46 void ConvertModifiedUtf8ToUtf16(uint16_t* utf16_data_out, const char* utf8_data_in) {
debugger.cc     [all...]
  /art/runtime/mirror/
string.cc 156 ConvertModifiedUtf8ToUtf16(utf16_data_out, utf8_data_in);

Completed in 46 milliseconds