Searched defs:affix_matches (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/tools/convert_dict/
H A Dconvert_dict.cc47 int affix_matches = iter.Advance(buf, buf_size, affix_ids); local
48 if (affix_matches == 0) {
58 if (affix_matches != static_cast<int>(org_words[i].second.size())) {
H A Dconvert_dict_unittest.cc41 int affix_matches = iter.Advance(buf, kBufSize, affix_ids); local
42 EXPECT_NE(0, affix_matches);
44 EXPECT_EQ(affix_matches, static_cast<int>(org_words[i].second.size()));

Completed in 83 milliseconds