Searched refs:nOldCharset (Results 1 – 5 of 5) sorted by relevance
435 int32_t CPWL_FontMap::CharSetFromUnicode(FX_WORD word, int32_t nOldCharset) { in CharSetFromUnicode() argument442 if (nOldCharset != DEFAULT_CHARSET) in CharSetFromUnicode()443 return nOldCharset; in CharSetFromUnicode()
63 int32_t CharSetFromUnicode(FX_WORD word, int32_t nOldCharset) override;
69 virtual int32_t CharSetFromUnicode(FX_WORD word, int32_t nOldCharset) = 0;
649 int32_t GetCharSetFromUnicode(FX_WORD word, int32_t nOldCharset);
2996 int32_t CFX_Edit::GetCharSetFromUnicode(FX_WORD word, int32_t nOldCharset) { in GetCharSetFromUnicode() argument2998 return pFontMap->CharSetFromUnicode(word, nOldCharset); in GetCharSetFromUnicode()2999 return nOldCharset; in GetCharSetFromUnicode()