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

  /art/runtime/
utf-inl.h 32 inline uint32_t GetUtf16FromUtf8(const char** utf8_data_in) {
85 c1 = GetUtf16FromUtf8(&utf8_1);
86 c2 = GetUtf16FromUtf8(&utf8_2);
utf_test.cc 59 TEST_F(UtfTest, GetUtf16FromUtf8) {
65 pair = GetUtf16FromUtf8(&ptr);
71 pair = GetUtf16FromUtf8(&ptr);
77 pair = GetUtf16FromUtf8(&ptr);
83 pair = GetUtf16FromUtf8(&ptr);
89 pair = GetUtf16FromUtf8(&ptr);
100 pair = GetUtf16FromUtf8(&ptr);
105 pair = GetUtf16FromUtf8(&ptr);
utf.cc 80 const uint32_t ch = GetUtf16FromUtf8(&utf8_data_in);
109 const uint32_t ch = GetUtf16FromUtf8(&p);
184 const uint32_t pair = GetUtf16FromUtf8(&utf8);
215 const uint32_t pair = GetUtf16FromUtf8(&utf8);
utf.h 110 uint32_t GetUtf16FromUtf8(const char** utf8_data_in);
114 * UTF-16 character from the return value of GetUtf16FromUtf8.
120 * from the return value of GetUtf16FromUtf8.
utils.cc 509 uint32_t ch = GetUtf16FromUtf8(&p);
544 uint32_t ch = GetUtf16FromUtf8(&cp);
657 const uint32_t pair = GetUtf16FromUtf8(pUtf8Ptr);
663 // identifier. Furthermore, GetUtf16FromUtf8 guarantees that each of
683 const uint32_t pair2 = GetUtf16FromUtf8(pUtf8Ptr);
    [all...]
  /art/runtime/mirror/
string.cc 173 const uint32_t ch = GetUtf16FromUtf8(&modified_utf8);
200 uint32_t ch = GetUtf16FromUtf8(&p);

Completed in 692 milliseconds