Home | History | Annotate | Download | only in convert_dict

Lines Matching refs:words

99     // Verify this DicReader includes all the input words.
100 EXPECT_EQ(word_list.size(), dic_reader.words().size());
101 for (size_t i = 0; i < dic_reader.words().size(); ++i) {
102 SCOPED_TRACE(base::StringPrintf("dic_reader.words()[%" PRIuS "]: %s",
103 i, dic_reader.words()[i].first.c_str()));
104 base::string16 word(base::UTF8ToUTF16(dic_reader.words()[i].first));
115 writer.SetWords(dic_reader.words());
118 VerifyWords(dic_reader.words(), bdict_data);
139 // Tests whether or not our DicReader can read all the input English words
161 // Tests whether or not our DicReader can read all the input Russian words.
184 // Tests whether or not our DicReader can read all the input Hungarian words.