Home
last modified time | relevance | path

Searched refs:GetUtf16FromUtf8 (Results 1 – 10 of 10) sorted by relevance

/art/libdexfile/dex/
Dutf-inl.h32 inline uint32_t GetUtf16FromUtf8(const char** utf8_data_in) { in GetUtf16FromUtf8() function
85 c1 = GetUtf16FromUtf8(&utf8_1); in CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues()
86 c2 = GetUtf16FromUtf8(&utf8_2); in CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues()
Dutf_test.cc61 TEST_F(UtfTest, GetUtf16FromUtf8) { in TEST_F() argument
67 pair = GetUtf16FromUtf8(&ptr); in TEST_F()
73 pair = GetUtf16FromUtf8(&ptr); in TEST_F()
79 pair = GetUtf16FromUtf8(&ptr); in TEST_F()
85 pair = GetUtf16FromUtf8(&ptr); in TEST_F()
91 pair = GetUtf16FromUtf8(&ptr); in TEST_F()
102 pair = GetUtf16FromUtf8(&ptr); in TEST_F()
107 pair = GetUtf16FromUtf8(&ptr); in TEST_F()
395 uint32_t pair = GetUtf16FromUtf8(&ptr); in TEST_F()
Dutf.cc84 const uint32_t ch = GetUtf16FromUtf8(&utf8_data_in); in ConvertModifiedUtf8ToUtf16()
113 const uint32_t ch = GetUtf16FromUtf8(&p); in ConvertModifiedUtf8ToUtf16()
180 const uint32_t pair = GetUtf16FromUtf8(&utf8); in ComputeUtf16HashFromModifiedUtf8()
212 const uint32_t pair = GetUtf16FromUtf8(&utf8); in CompareModifiedUtf8ToUtf16AsCodePointValues()
292 uint32_t ch = GetUtf16FromUtf8(&p); in PrintableString()
Ddescriptors_names.cc104 uint32_t ch = GetUtf16FromUtf8(&cp); in MangleForJni()
191 const uint32_t pair = GetUtf16FromUtf8(pUtf8Ptr); in IsValidPartOfMemberNameUtf8Slow()
217 const uint32_t pair2 = GetUtf16FromUtf8(pUtf8Ptr); in IsValidPartOfMemberNameUtf8Slow()
Dutf.h112 uint32_t GetUtf16FromUtf8(const char** utf8_data_in);
/art/test/ti-agent/
Dti_utf.h67 inline uint32_t GetUtf16FromUtf8(const char** utf8_data_in) { in GetUtf16FromUtf8() function
Djni_binder.cc38 uint32_t ch = ti::GetUtf16FromUtf8(&cp); in MangleForJni()
/art/runtime/mirror/
Dstring.cc245 const uint32_t ch = GetUtf16FromUtf8(&modified_utf8); in Equals()
/art/tools/dexanalyze/
Ddexanalyze_strings.cc433 have_wide_char = have_wide_char || GetUtf16FromUtf8(&ptr) >= 0x100; in ProcessDexFiles()
/art/compiler/optimizing/
Dinstruction_simplifier.cc2400 uint32_t c = GetUtf16FromUtf8(&data); in SimplifyStringIndexOf()