Home
last modified time | relevance | path

Searched refs:m_eCharType (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp91 m_eCharType = FX_CHARTYPE_Tab; in AppendChar_Tab()
95 m_eCharType = FX_CHARTYPE_Control; in AppendChar_Control()
128 if (!m_bCombText && m_eCharType >= FX_CHARTYPE_ArabicAlef && in AppendChar_Arabic()
129 m_eCharType <= FX_CHARTYPE_ArabicDistortion) { in AppendChar_Arabic()
153 m_eCharType = chartype; in AppendChar_Arabic()
179 m_eCharType = chartype; in AppendChar_Others()
214 GetUnifiedCharType(m_eCharType) != GetUnifiedCharType(chartype) && in AppendChar()
215 m_eCharType != FX_CHARTYPE_Unknown && in AppendChar()
217 (m_eCharType != FX_CHARTYPE_Space || chartype != FX_CHARTYPE_Control)) { in AppendChar()
506 m_eCharType = pTC ? pTC->GetCharType() : FX_CHARTYPE_Unknown; in EndBreak()
Dcfx_rtfbreak.cpp81 GetUnifiedCharType(m_eCharType) != GetUnifiedCharType(chartype) && in AppendChar()
82 m_eCharType != FX_CHARTYPE_Unknown && in AppendChar()
84 (m_eCharType != FX_CHARTYPE_Space || chartype != FX_CHARTYPE_Control)) { in AppendChar()
119 m_eCharType = chartype; in AppendChar()
134 m_eCharType = FX_CHARTYPE_Combination; in AppendChar_Combination()
185 if (m_eCharType >= FX_CHARTYPE_ArabicAlef && in AppendChar_Arabic()
186 m_eCharType <= FX_CHARTYPE_ArabicDistortion) { in AppendChar_Arabic()
288 m_eCharType = pTC ? pTC->GetCharType() : FX_CHARTYPE_Unknown; in EndBreak()
Dcfx_break.cpp22 : m_eCharType(FX_CHARTYPE_Unknown), in CFX_Break()
47 m_eCharType = FX_CHARTYPE_Unknown; in Reset()
Dcfx_break.h68 FX_CHARTYPE m_eCharType; variable