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

  /art/runtime/
utf.h 100 uint16_t GetUtf16FromUtf8(const char** utf8_data_in);
utf.cc 49 *utf16_data_out++ = GetUtf16FromUtf8(&utf8_data_in);
104 int c1 = GetUtf16FromUtf8(&utf8_1);
utf-inl.h 24 inline uint16_t GetUtf16FromUtf8(const char** utf8_data_in) {
utils.cc 577 uint16_t ch = GetUtf16FromUtf8(&p);
602 uint16_t ch = GetUtf16FromUtf8(&cp);
709 uint16_t utf16 = GetUtf16FromUtf8(pUtf8Ptr);
722 utf16 = GetUtf16FromUtf8(pUtf8Ptr);
    [all...]
  /art/runtime/mirror/
string.cc 173 uint16_t ch = GetUtf16FromUtf8(&modified_utf8);
184 uint16_t ch = GetUtf16FromUtf8(&p);

Completed in 223 milliseconds