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