Home
last modified time | relevance | path

Searched refs:m_proplist (Results 1 – 2 of 2) sorted by relevance

/dports/japanese/scim-honoka/honoka-0.9.1/src/
H A Dhonoka_imengine.cpp657 if (m_proplist.empty()) { in updateProperty()
660 m_proplist.push_back(p); in updateProperty()
688 m_proplist.push_back(p); in updateProperty()
695 m_proplist.push_back(p); in updateProperty()
700 it = find(m_proplist.begin(),m_proplist.end(),HONOKA_PROP_INPUTMODE); in updateProperty()
706 it = find(m_proplist.begin(),m_proplist.end(),HONOKA_PROP_PREDICTOR); in updateProperty()
713 it = find(m_proplist.begin(),m_proplist.end(),HONOKA_PROP_SPLITTER); in updateProperty()
719 it = find(m_proplist.begin(),m_proplist.end(),HONOKA_PROP_CONVERTOR); in updateProperty()
724 it = find(m_proplist.begin(),m_proplist.end(),HONOKA_PROP_MODESTATUS); in updateProperty()
731 it = find(m_proplist.begin(),m_proplist.end(),HONOKA_PROP_CONVERSIONMODE); in updateProperty()
[all …]
H A Dhonoka_imengine.h130 PropertyList m_proplist; variable