OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPOS
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnDictionary.java
298
public WnnPOS
getPOS
( int type );
OpenWnnDictionaryImpl.java
805
* @see jp.co.omronsoft.openwnn.WnnDictionary#
getPOS
807
public WnnPOS
getPOS
( int type ) {
[
all
...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java
102
mPosDefault = dict.
getPOS
(WnnDictionary.POS_TYPE_MEISI);
103
mPosEndOfClause1 = dict.
getPOS
(WnnDictionary.POS_TYPE_V1);
104
mPosEndOfClause2 = dict.
getPOS
(WnnDictionary.POS_TYPE_V2);
105
mPosEndOfClause3 = dict.
getPOS
(WnnDictionary.POS_TYPE_V3);
KanaConverter.java
504
mPosDefault = dict.
getPOS
(WnnDictionary.POS_TYPE_MEISI);
505
mPosNumber = dict.
getPOS
(WnnDictionary.POS_TYPE_SUUJI);
506
mPosSymbol = dict.
getPOS
(WnnDictionary.POS_TYPE_KIGOU);
OpenWnnEngineJAJP.java
496
word.partOfSpeech = mDictionaryJP.
getPOS
(WnnDictionary.POS_TYPE_MEISI);
531
word.partOfSpeech = mDictionaryJP.
getPOS
(WnnDictionary.POS_TYPE_MEISI);
Completed in 45 milliseconds