Searched refs:GetCharSet (Results 1 – 6 of 6) sorted by relevance
89 virtual FX_INT32 GetCharSet() = 0;
529 if(m_pSystemHandler && (-1 != m_pSystemHandler->GetCharSet())) in CharSetFromUnicode()530 return m_pSystemHandler->GetCharSet(); in CharSetFromUnicode()
318 InsertWord(word, this->GetCharSet()); in OnChar()700 FX_INT32 CPWL_EditCtrl::GetCharSet() const in GetCharSet() function in CPWL_EditCtrl
1051 FX_INT32 nOldCharSet = GetCharSet(); in OnChar()
115 FX_INT32 GetCharSet() const;
67 virtual FX_INT32 GetCharSet() {return m_nCharSet;} in GetCharSet() function in CFX_SystemHandler