Searched refs:GetCharSet (Results 1 – 10 of 10) sorted by relevance
103 virtual int32_t GetCharSet() = 0;
32 virtual uint8_t GetCharSet() const;
47 virtual uint8_t GetCharSet() const { return m_LogFont.lfCharSet; } in GetCharSet() function
347 uint8_t CFX_GEFont::GetCharSet() const { in GetCharSet() function in CFX_GEFont
436 if (m_pSystemHandler && (-1 != m_pSystemHandler->GetCharSet())) in CharSetFromUnicode()437 return m_pSystemHandler->GetCharSet(); in CharSetFromUnicode()
286 InsertWord(word, GetCharSet()); in OnChar()599 int32_t CPWL_EditCtrl::GetCharSet() const { in GetCharSet() function in CPWL_EditCtrl
970 int32_t nOldCharSet = GetCharSet(); in OnChar()
88 int32_t GetCharSet() const;
73 virtual uint8_t GetCharSet() const = 0;
88 int32_t GetCharSet() override { return m_nCharSet; } in GetCharSet() function in CFX_SystemHandler