Searched refs:normalized_text (Results 1 – 2 of 2) sorted by relevance
21 bool Encoder::Encode(StringPiece normalized_text, in Encode() argument23 const int len = normalized_text.size(); in Encode()37 normalized_text.RemovePrefix(1); in Encode()61 if (!matcher_->FindAllPrefixMatches(normalized_text, &matches)) { in Encode()78 normalized_text.RemovePrefix(1); in Encode()
58 bool Encode(StringPiece normalized_text,