Searched refs:CharSetFromUnicode (Results 1 – 5 of 5) sorted by relevance
63 int32_t CharSetFromUnicode(FX_WORD word, int32_t nOldCharset) override;
435 int32_t CPWL_FontMap::CharSetFromUnicode(FX_WORD word, int32_t nOldCharset) { in CharSetFromUnicode() function in CPWL_FontMap
971 int32_t nNewCharSet = pFontMap->CharSetFromUnicode(nChar, DEFAULT_CHARSET); in OnChar()
69 virtual int32_t CharSetFromUnicode(FX_WORD word, int32_t nOldCharset) = 0;
2998 return pFontMap->CharSetFromUnicode(word, nOldCharset); in GetCharSetFromUnicode()