Searched refs:af_string (Results 1 – 2 of 2) sorted by relevance
155 int AffReader::GetAFIndexForAFString(const std::string& af_string) { in GetAFIndexForAFString() argument156 std::map<std::string, int>::iterator found = affix_groups_.find(af_string); in GetAFIndexForAFString()159 std::string my_string(af_string); in GetAFIndexForAFString()
43 int GetAFIndexForAFString(const std::string& af_string);