Searched refs:that_length (Results 1 – 2 of 2) sorted by relevance
253 bool String::Equals(const uint16_t* that_chars, int32_t that_offset, int32_t that_length) { in Equals() argument254 if (this->GetLength() != that_length) { in Equals()257 for (int32_t i = 0; i < that_length; ++i) { in Equals()
161 int32_t that_length)