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

  /art/runtime/
utf.h 62 int CompareModifiedUtf8ToUtf16AsCodePointValues(const char* utf8, const uint16_t* utf16,
utf.cc 198 int CompareModifiedUtf8ToUtf16AsCodePointValues(const char* utf8, const uint16_t* utf16,
intern_table.cc 362 return CompareModifiedUtf8ToUtf16AsCodePointValues(b.GetUtf8Data(), a_value, a_length) == 0;
dex_file.cc 818 int compare = CompareModifiedUtf8ToUtf16AsCodePointValues(str, string, length);
    [all...]
  /art/runtime/native/
java_lang_Class.cc 239 // the dex cache for lookups? I think CompareModifiedUtf8ToUtf16AsCodePointValues should be fairly
266 result = CompareModifiedUtf8ToUtf16AsCodePointValues(field.GetName(), data, length);
    [all...]

Completed in 63 milliseconds