Searched refs:nOldCharset (Results 1 – 5 of 5) sorted by relevance
527 FX_INT32 CPWL_FontMap::CharSetFromUnicode(FX_WORD word, FX_INT32 nOldCharset) in CharSetFromUnicode() argument534 if (nOldCharset != DEFAULT_CHARSET) return nOldCharset; in CharSetFromUnicode()
72 virtual FX_INT32 CharSetFromUnicode(FX_WORD word, FX_INT32 nOldCharset);
76 virtual FX_INT32 CharSetFromUnicode(FX_WORD word, FX_INT32 nOldCharset) = 0;
635 FX_INT32 GetCharSetFromUnicode(FX_WORD word, FX_INT32 nOldCharset);
3549 FX_INT32 CFX_Edit::GetCharSetFromUnicode(FX_WORD word, FX_INT32 nOldCharset) in GetCharSetFromUnicode() argument3552 return pFontMap->CharSetFromUnicode(word, nOldCharset); in GetCharSetFromUnicode()3554 return nOldCharset; in GetCharSetFromUnicode()