Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/dicttoolkit/tests/offdevice_intermediate_dict/
Doffdevice_intermediate_dict_test.cpp64 const WordProperty wordProperty4 = getDummpWordProperty(getCodePointVector("efef")); in TEST() local
65 EXPECT_TRUE(dict.addWord(wordProperty4)); in TEST()
66 EXPECT_NE(nullptr, dict.getWordProperty(wordProperty4.getCodePoints())); in TEST()
79 EXPECT_NE(nullptr, dict.getWordProperty(wordProperty4.getCodePoints())); in TEST()