Home
last modified time | relevance | path

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

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