16#define BIDI_MAX_CCH 1024
22 int baselevel, eC_UTF16* pszLine,
int * pclsLine,
23 int * plevelLine,
int cchPara,
int fMirror,
bool * pbrk = 0);
25void GetEmbeddingLevels(
const eC_String& kSource,
int *levels);
27eC_Int BidiResolve(eC_UTF16* paPszInput, eC_Int iCch);
55int EmbeddingDirection(
int level);
57int GetEmbeddingDirection(
int level);
LeftEmbedding(eC_UInt uiStartLtR, eC_UInt uiEndLtR)
default-constructor
Definition: bidi.h:100
eC_Bool operator==(const LeftEmbedding ltr) const
Definition: bidi.h:110
LeftEmbedding & operator=(const LeftEmbedding <rSource)
Definition: bidi.h:120
eC_UInt m_uiEndLtR
end
Definition: bidi.h:93
eC_UInt m_uiStartLtR
start
Definition: bidi.h:92
RightEmbedding(eC_UInt uiStartRtL, eC_UInt uiEndRtL)
default-constructor
Definition: bidi.h:71
eC_Bool operator==(const RightEmbedding rtl) const
Definition: bidi.h:81
eC_UInt m_uiStartRtL
start
Definition: bidi.h:63
eC_UInt m_uiEndRtL
end
Definition: bidi.h:64