Searched refs:that_offset (Results 1 – 2 of 2) sorted by relevance
252 bool String::Equals(const uint16_t* that_chars, int32_t that_offset, int32_t that_length) { in Equals() argument257 if (this->CharAt(i) != that_chars[that_offset + i]) { in Equals()
160 bool Equals(const uint16_t* that_chars, int32_t that_offset,