Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dstring.cc156 bool String::Equals(const uint16_t* that_chars, int32_t that_offset, int32_t that_length) { in Equals() argument
157 if (this->GetLength() != that_length) { in Equals()
160 for (int32_t i = 0; i < that_length; ++i) { in Equals()
Dstring.h144 int32_t that_length)