Home | History | Annotate | Download | only in EN

Lines Matching defs:dict

263         WnnDictionary dict = mDictionary;
264 dict.setInUseState( true );
266 dict.clearDictionary();
267 dict.setDictionary(0, 400, 550);
269 dict.setDictionary(1, 400, 550);
272 dict.setDictionary(2, 400, 550);
274 dict.setDictionary(WnnDictionary.INDEX_USER_DICTIONARY, FREQ_USER, FREQ_USER);
275 dict.setDictionary(WnnDictionary.INDEX_LEARN_DICTIONARY, FREQ_LEARN, FREQ_LEARN);
278 dict.searchWord(WnnDictionary.SEARCH_PREFIX, WnnDictionary.ORDER_BY_FREQUENCY, mSearchKey);
319 WnnDictionary dict = mDictionary;
320 dict.setInUseState( true );
321 dict.addWordToUserDictionary(word);
322 dict.setInUseState( false );
328 WnnDictionary dict = mDictionary;
329 dict.setInUseState( true );
330 dict.removeWordFromUserDictionary(word);
331 dict.setInUseState( false );
346 WnnDictionary dict = mDictionary;
350 dict.setInUseState( true );
351 dict.clearLearnDictionary();
352 dict.setInUseState( false );
356 dict.setInUseState( true );
357 dict.clearUserDictionary();
358 dict.setInUseState( false );
371 WnnDictionary dict = mDictionary;
372 dict.setInUseState( true );
373 WnnWord[] result = dict.getUserDictionaryWords( );
374 dict.setInUseState( false );