Searched refs:nOldCharset (Results 1 – 7 of 7) sorted by relevance
375 int32_t CPWL_FontMap::CharSetFromUnicode(uint16_t word, int32_t nOldCharset) { in CharSetFromUnicode() argument380 if (nOldCharset != FXFONT_DEFAULT_CHARSET) in CharSetFromUnicode()381 return nOldCharset; in CharSetFromUnicode()
44 int32_t CharSetFromUnicode(uint16_t word, int32_t nOldCharset) override;
26 virtual int32_t CharSetFromUnicode(uint16_t word, int32_t nOldCharset) = 0;
34 int32_t CharSetFromUnicode(uint16_t word, int32_t nOldCharset) override;
91 int32_t CPVT_FontMap::CharSetFromUnicode(uint16_t word, int32_t nOldCharset) { in CharSetFromUnicode() argument
424 int32_t GetCharSetFromUnicode(uint16_t word, int32_t nOldCharset);
2205 int32_t CFX_Edit::GetCharSetFromUnicode(uint16_t word, int32_t nOldCharset) { in GetCharSetFromUnicode() argument2207 return pFontMap->CharSetFromUnicode(word, nOldCharset); in GetCharSetFromUnicode()2208 return nOldCharset; in GetCharSetFromUnicode()