Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/dicttoolkit/tests/offdevice_intermediate_dict/
Doffdevice_intermediate_dict_test.cpp48 const WordProperty wordProperty0 = getDummpWordProperty(getCodePointVector("abcd")); in TEST() local
49 EXPECT_TRUE(dict.addWord(wordProperty0)); in TEST()
50 EXPECT_NE(nullptr, dict.getWordProperty(wordProperty0.getCodePoints())); in TEST()
75 EXPECT_NE(nullptr, dict.getWordProperty(wordProperty0.getCodePoints())); in TEST()