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

/packages/inputmethods/LatinIME/native/dicttoolkit/tests/offdevice_intermediate_dict/
H A Doffdevice_intermediate_dict_test.cpp68 const WordProperty wordProperty5 = getDummpWordProperty(getCodePointVector("ef")); local
69 EXPECT_TRUE(dict.addWord(wordProperty5));
70 EXPECT_NE(nullptr, dict.getWordProperty(wordProperty5.getCodePoints()));
80 EXPECT_NE(nullptr, dict.getWordProperty(wordProperty5.getCodePoints()));

Completed in 234 milliseconds