Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnDictionaryImpl.java99 protected static final int MAX_WORDS_IN_LEARN_DICTIONARY = 2000; field in OpenWnnDictionaryImpl
1031 if( cursor.getCount( ) >= MAX_WORDS_IN_LEARN_DICTIONARY ) { in learnWord()