Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring.cc252 bool String::Equals(const uint16_t* that_chars, int32_t that_offset, int32_t that_length) { in Equals() argument
257 if (this->CharAt(i) != that_chars[that_offset + i]) { in Equals()
Dstring.h160 bool Equals(const uint16_t* that_chars, int32_t that_offset,