#include "TD_PackPush.h"
#include "OdCodePage.h"
#include "OdError.h"
#include "OdArray.h"
#include "IntArray.h"
#include "TD_PackPop.h"
Go to the source code of this file.
◆ OdAnsiCharArray
◆ OdCharArray
◆ OdAsianCpIndex
Defines the Asian code page index.
| Enumerator |
|---|
| JAPANESE_CP_INDEX | Japanese code page index.
|
| TRADITIONAL_CHINESE_CP_INDEX | Traditional Chinese code page index.
|
| KOREAN_WANSUNG_CP_INDEX | Korean Wansung code page index.
|
| KOREAN_JOHAB_CP_INDEX | Korean Johab code page index.
|
| SIMPLIFIED_CHINESE_CP_INDEX | Simplified Chinese code page index.
|
Definition at line 399 of file OdCharMapper.h.
◆ odIsCodepoint()
template<class T >
| bool odIsCodepoint |
( |
T |
chr | ) |
|
|
inline |
◆ odIsLeadSurrogate()
template<class T >
| bool odIsLeadSurrogate |
( |
T |
chr | ) |
|
|
inline |
◆ odIsTailSurrogate()
template<class T >
| bool odIsTailSurrogate |
( |
T |
chr | ) |
|
|
inline |
◆ odToCodepoint()
template<class T1 , class T2 >
| T1 odToCodepoint |
( |
T1 |
chr, |
|
|
T2 |
chr2 |
|
) |
| |
|
inline |
◆ odToCodeValue()
template<class T >
| OdUInt32 odToCodeValue |
( |
T |
chr, |
|
|
T |
chr2 |
|
) |
| |
|
inline |
◆ odToLeadSurrogate()
template<class T >
| T odToLeadSurrogate |
( |
T |
chr | ) |
|
|
inline |
◆ odToTailSurrogate()
template<class T >
| T odToTailSurrogate |
( |
T |
chr | ) |
|
|
inline |