Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/dicttoolkit/tests/offdevice_intermediate_dict/
Doffdevice_intermediate_dict_test.cpp72 const WordProperty wordProperty6 = getDummpWordProperty(getCodePointVector("abcd")); in TEST() local
73 EXPECT_FALSE(dict.addWord(wordProperty6)) << "Adding the same word multiple times should fail."; in TEST()