Home
last modified time | relevance | path

Searched refs:GetAFIndexForAFString (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/tools/convert_dict/
Daff_reader.h43 int GetAFIndexForAFString(const std::string& af_string);
Daff_reader.cc155 int AffReader::GetAFIndexForAFString(const std::string& af_string) { in GetAFIndexForAFString() function in convert_dict::AffReader
279 GetAFIndexForAFString(after_slash[0]), in AddAffix()
Ddic_reader.cc106 affix_index = aff_reader->GetAFIndexForAFString(split[1]); in PopulateWordSet()