#include "TD_PackPush.h"
#include "OdCodePage.h"
#include "OdError.h"
#include "OdArray.h"
#include "TD_PackPop.h"
Go to the source code of this file.
◆ OdAnsiCharArray
◆ OdCharArray
◆ OdAsianCpIndex
Enumerator |
---|
JAPANESE_CP_INDEX | |
TRADITIONAL_CHINESE_CP_INDEX | |
KOREAN_WANSUNG_CP_INDEX | |
KOREAN_JOHAB_CP_INDEX | |
SIMPLIFIED_CHINESE_CP_INDEX | |
Definition at line 292 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 |