OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setInUseState
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
OpenWnnEngineEN.java
98
mDictionary.
setInUseState
( false );
264
dict.
setInUseState
( true );
320
dict.
setInUseState
( true );
322
dict.
setInUseState
( false );
329
dict.
setInUseState
( true );
331
dict.
setInUseState
( false );
350
dict.
setInUseState
( true );
352
dict.
setInUseState
( false );
356
dict.
setInUseState
( true );
358
dict.
setInUseState
( false )
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnEngineJAJP.java
149
mDictionaryJP.
setInUseState
(false);
389
mDictionaryJP.
setInUseState
( true );
417
mDictionaryJP.
setInUseState
( true );
529
mDictionaryJP.
setInUseState
( true );
534
mDictionaryJP.
setInUseState
( false );
540
mDictionaryJP.
setInUseState
( true );
542
mDictionaryJP.
setInUseState
( false );
573
mDictionaryJP.
setInUseState
( true );
575
mDictionaryJP.
setInUseState
( false );
579
mDictionaryJP.
setInUseState
( true )
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnDictionary.java
119
public void
setInUseState
( boolean flag );
OpenWnnDictionaryImpl.java
271
setInUseState
( true );
345
* @see jp.co.omronsoft.openwnn.WnnDictionary#
setInUseState
352
* @see jp.co.omronsoft.openwnn.WnnDictionary#
setInUseState
354
public void
setInUseState
( boolean flag ) {
[
all
...]
Completed in 130 milliseconds