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

  /art/libdexfile/dex/
utf.h 64 int CompareModifiedUtf8ToUtf16AsCodePointValues(const char* utf8, const uint16_t* utf16,
utf.cc 203 int CompareModifiedUtf8ToUtf16AsCodePointValues(const char* utf8, const uint16_t* utf16,
  /art/runtime/
intern_table.cc 342 return CompareModifiedUtf8ToUtf16AsCodePointValues(b.GetUtf8Data(), a_value, a_length) == 0;
  /art/runtime/native/
java_lang_Class.cc 334 // the dex cache for lookups? I think CompareModifiedUtf8ToUtf16AsCodePointValues should be fairly
361 result = CompareModifiedUtf8ToUtf16AsCodePointValues(field.GetName(), data, length);
    [all...]

Completed in 66 milliseconds