Searched refs:that_offset (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() argument161 if (this->CharAt(i) != that_chars[that_offset + i]) { in Equals()
143 bool Equals(const uint16_t* that_chars, int32_t that_offset,