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

  /art/runtime/
utf.h 65 int CompareModifiedUtf8ToUtf16AsCodePointValues(const char* utf8, const uint16_t* utf16,
utf.cc 126 int CompareModifiedUtf8ToUtf16AsCodePointValues(const char* utf8, const uint16_t* utf16,
dex_file.cc 630 int compare = CompareModifiedUtf8ToUtf16AsCodePointValues(str, string, length);
    [all...]
  /art/runtime/native/
java_lang_Class.cc 188 // the dex cache for lookups? I think CompareModifiedUtf8ToUtf16AsCodePointValues should be fairly
200 int result = CompareModifiedUtf8ToUtf16AsCodePointValues(field->GetName(), data, length);

Completed in 267 milliseconds