CFx SDK Documentation
2020SP3
|
This is the complete list of members for OdCharMapper, including all inherited members.
acadCpToAnsiCp(OdCodePageId acadCodePageId) | OdCharMapper | static |
addBigFonts(OdStreamBuf *io) | OdCharMapper | static |
addBigFontWithCodepage(const OdString &bigFont, OdCodePageId codePageId) | OdCharMapper | static |
addBigFontWithIndex(const OdString &bigFont, OdInt32 cpIndex) | OdCharMapper | static |
ansiCpToAcadCp(OdUInt32 ansiCodePage) | OdCharMapper | static |
codepageDescToId(const OdString &description, OdCodePageId &codepageId) | OdCharMapper | static |
codepageIdToDesc(OdCodePageId codepageId, OdString &description) | OdCharMapper | static |
codepageToUnicode(OdChar sourceChar, OdCodePageId codepageId, OdChar &unicodeChar) | OdCharMapper | static |
convertCIFcoding(const OdString &strText) | OdCharMapper | static |
getCheckSumAnsi(OdAnsiString str) | OdCharMapper | static |
getCheckSumUnicode(OdString str) | OdCharMapper | static |
getCodepageByCharset(OdUInt16 ansiCharacterSet) | OdCharMapper | static |
getCpByBigFont(const OdString &bigFont) | OdCharMapper | static |
getCpIndexByBigFont(const OdString &bigFont) | OdCharMapper | static |
getReorderCharsetByChar(OdChar ch) | OdCharMapper | static |
initialize(const OdString &filename) | OdCharMapper | static |
isConversionSupported(OdCodePageId codepageId) | OdCharMapper | static |
isLeadByte(OdUInt8 testByte, OdCodePageId codepageId) | OdCharMapper | static |
multiByteToWideChar(OdCodePageId codePage, const char *srcBuf, int srcSize, OdCharArray &dstBuf) | OdCharMapper | static |
numValidCodepages() | OdCharMapper | static |
unicodeToCodepage(OdChar sourceChar, OdCodePageId codepageId, OdChar &codepageChar, bool bTryToUseSystemCP=true) | OdCharMapper | static |
unicodeToCodepage2(OdChar sourceChar, OdCodePageId codepageId, OdChar &codepageChar) | OdCharMapper | static |
unicodeToUtf8(const OdChar *srcBuf, int srcSize, OdAnsiCharArray &dstBuf) | OdCharMapper | static |
utf8ToUnicode(const char *srcBuf, int srcSize, OdCharArray &dstBuf) | OdCharMapper | static |
wideCharToMultiByte(OdCodePageId codePage, const OdChar *srcBuf, int srcSize, OdAnsiCharArray &dstBuf) | OdCharMapper | static |