Searched refs:UpdateIndex (Results 1 – 3 of 3) sorted by relevance
6519 bool StringHasher::UpdateIndex(uint16_t c) { in UpdateIndex() function6549 if (!UpdateIndex(chars[i])) { in AddCharacters()
8980 if (is_index) is_index = hasher.UpdateIndex(c1); in ComputeUtf8Hash()8981 if (is_index) is_index = hasher.UpdateIndex(c2); in ComputeUtf8Hash()8984 if (is_index) is_index = hasher.UpdateIndex(c); in ComputeUtf8Hash()
8382 inline bool UpdateIndex(uint16_t c);