OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getNextWord
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImplJni.java
236
* @see jp.co.omronsoft.openwnn.WnnDictionary#
getNextWord
241
public static final native int
getNextWord
( long work, int length );
246
* @see jp.co.omronsoft.openwnn.OpenWnnDictionaryImplJni#
getNextWord
255
* @see jp.co.omronsoft.openwnn.OpenWnnDictionaryImplJni#
getNextWord
264
* @see jp.co.omronsoft.openwnn.OpenWnnDictionaryImplJni#
getNextWord
WnnDictionary.java
191
* To get the searched word's information, use {@link #
getNextWord
()}.<br>
222
* @see jp.co.omronsoft.openwnn.WnnDictionary#
getNextWord
254
public WnnWord
getNextWord
( );
265
public WnnWord
getNextWord
( int length );
OpenWnnDictionaryImpl.java
619
* @see jp.co.omronsoft.openwnn.WnnDictionary#
getNextWord
621
public WnnWord
getNextWord
( ) {
622
return
getNextWord
( 0 );
626
* @see jp.co.omronsoft.openwnn.WnnDictionary#
getNextWord
628
public WnnWord
getNextWord
( int length ) {
676
int res = OpenWnnDictionaryImplJni.
getNextWord
( this.mWnnWork, length );
[
all
...]
Completed in 24 milliseconds