Searched refs:af_string (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/tools/convert_dict/
H A Daff_reader.h43 int GetAFIndexForAFString(const std::string& af_string);
H A Daff_reader.cc155 int AffReader::GetAFIndexForAFString(const std::string& af_string) { argument
156 std::map<std::string, int>::iterator found = affix_groups_.find(af_string);
159 std::string my_string(af_string);

Completed in 72 milliseconds