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

  /art/runtime/
utf.h 65 int CompareModifiedUtf8ToUtf16AsCodePointValues(const char* utf8_1, const uint16_t* utf8_2);
utf.cc 96 int CompareModifiedUtf8ToUtf16AsCodePointValues(const char* utf8_1, const uint16_t* utf8_2) {
dex_file.cc 578 int compare = CompareModifiedUtf8ToUtf16AsCodePointValues(str, string);
    [all...]

Completed in 80 milliseconds