Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table.cc356 const uint16_t* a_value = a_string->GetValue(); in operator ()() local
357 return CompareModifiedUtf8ToUtf16AsCodePointValues(b.GetUtf8Data(), a_value, a_length) == 0; in operator ()()