HomeSort by relevance Sort by last modified time
    Searched defs:searchWord (Results 1 - 8 of 8) sorted by null

  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 313 String searchWord = args[0];
314 setEntryTitle(searchWord);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImplJni.java 68 * @see jp.co.omronsoft.openwnn.OpenWnnDictionaryImplJni#searchWord
75 * @see jp.co.omronsoft.openwnn.OpenWnnDictionaryImplJni#searchWord
82 * @see jp.co.omronsoft.openwnn.OpenWnnDictionaryImplJni#searchWord
90 * @see jp.co.omronsoft.openwnn.OpenWnnDictionaryImplJni#searchWord
97 * @see jp.co.omronsoft.openwnn.OpenWnnDictionaryImplJni#searchWord
217 * @see jp.co.omronsoft.openwnn.WnnDictionary#searchWord
229 public static final native int searchWord(long work, int operation, int order, String keyString );
WnnDictionary.java 226 public int searchWord(int operation, int order, String keyString );
233 * the same as {@link #searchWord(int operation, int order, String keyString)}.
240 * @see jp.co.omronsoft.openwnn.WnnDictionary#searchWord
244 public int searchWord(int operation, int order, String keyString, WnnWord wnnWord );
249 * It returns a word information from top of the {@code searchWord()}'s result.
259 * It returns a word information from top of the {@code searchWord()}'s result.
OpenWnnDictionaryImpl.java 533 * @see jp.co.omronsoft.openwnn.WnnDictionary#searchWord
535 public int searchWord( int operation, int order, String keyString ) {
567 int ret = OpenWnnDictionaryImplJni.searchWord( this.mWnnWork, operation, order, keyString );
578 * @see jp.co.omronsoft.openwnn.WnnDictionary#searchWord
580 public int searchWord( int operation, int order, String keyString, WnnWord wnnWord ) {
612 int ret = OpenWnnDictionaryImplJni.searchWord( this.mWnnWork, operation, order, keyString );
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
OpenWnnEngineEN.java 278 dict.searchWord(WnnDictionary.SEARCH_PREFIX, WnnDictionary.ORDER_BY_FREQUENCY, mSearchKey);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 285 if (mDictionary.searchWord(WnnDictionary.SEARCH_PREFIX, WnnDictionary.ORDER_BY_FREQUENCY, str) <= 0) {
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 393 return mDictionaryJP.searchWord(WnnDictionary.SEARCH_LINK, WnnDictionary.ORDER_BY_FREQUENCY,
398 mDictionaryJP.searchWord(WnnDictionary.SEARCH_EXACT, WnnDictionary.ORDER_BY_FREQUENCY,
402 mDictionaryJP.searchWord(WnnDictionary.SEARCH_PREFIX, WnnDictionary.ORDER_BY_FREQUENCY,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 

Completed in 798 milliseconds