HomeSort by relevance Sort by last modified time
    Searched refs:SEARCH_EXACT (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImplJni.java 67 * @see jp.co.omronsoft.openwnn.WnnDictionary#SEARCH_EXACT
70 public static final int SEARCH_EXACT = WnnDictionary.SEARCH_EXACT;
220 * @see jp.co.omronsoft.openwnn.WnnDictionary#SEARCH_EXACT
WnnDictionary.java 68 public static final int SEARCH_EXACT = 0;
215 * @see jp.co.omronsoft.openwnn.WnnDictionary#SEARCH_EXACT
OpenWnnDictionaryImpl.java 423 case WnnDictionary.SEARCH_EXACT:
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 426 dict.searchWord(WnnDictionary.SEARCH_EXACT, WnnDictionary.ORDER_BY_FREQUENCY, key);
438 dict.searchWord(WnnDictionary.SEARCH_EXACT, WnnDictionary.ORDER_BY_FREQUENCY, input.substring(start, end));
481 dict.searchWord(WnnDictionary.SEARCH_EXACT, WnnDictionary.ORDER_BY_FREQUENCY, input);
490 dict.searchWord(WnnDictionary.SEARCH_EXACT, WnnDictionary.ORDER_BY_FREQUENCY, input);
OpenWnnEngineJAJP.java 395 mDictionaryJP.searchWord(WnnDictionary.SEARCH_EXACT, WnnDictionary.ORDER_BY_FREQUENCY,

Completed in 43 milliseconds