| |
---|
| | updateConversion(); |
---|
| | alp_count = 1; |
---|
| | return(true); |
---|
| | } else |
---|
| | if (k_conversion_rensou.comp(key) && (sType == Wnn7) ) { |
---|
| | if (k_conversion_rensou.comp(key) && ((sType == Wnn7) || (sType == Wnn8)) ) { |
---|
| | m_convList = wnn.getConversionList(wnn.getPos(),RENSOU); |
---|
| | if (m_convList.count == 0) return(true); |
---|
| | startLookup(); |
---|
| | updateConversion(); |
---|
| | alp_count = 1; |
---|
| | return(true); |
---|
| | } else |
---|
| | if (k_conversion_ikeiji.comp(key) && (sType == Wnn7)) { |
---|
| | if (k_conversion_ikeiji.comp(key) && ((sType == Wnn7) || (sType == Wnn8)) ) { |
---|
| | m_convList = wnn.getConversionList(wnn.getPos(),IKEIJI); |
---|
| | if (m_convList.count == 0) return(true); |
---|
| | startLookup(); |
---|
| | updateConversion(); |
---|
| |
---|
| | |