Searched refs:GetCharType (Results 1 – 4 of 4) sorted by relevance
285 pTC->GetCharType() != FX_CHARTYPE_Combination) { in GetLastChar()451 if (pLastChar != NULL && pLastChar->GetCharType() > FX_CHARTYPE_Combination) { in AppendChar_Combination()526 pLastChar->GetCharType() == FX_CHARTYPE_ArabicAlef); in AppendChar_Arabic()667 m_dwCharType = pTC == NULL ? 0 : pTC->GetCharType(); in EndBreak()677 switch (tc.GetCharType()) { in EndBreak_SplitLine()763 if (pTC->GetCharType() != FX_CHARTYPE_Control) { in EndBreak_BidiLine()869 dwCharType = tc.GetCharType(); in EndBreak_Alignment()1106 if (tc->GetCharType() >= FX_CHARTYPE_ArabicAlef) { in SplitTextLine()
261 if (bOmitChar && pTC->GetCharType() == FX_CHARTYPE_Combination) { in GetLastChar()472 pLastChar->GetCharType() == FX_CHARTYPE_ArabicAlef); in AppendChar_Arabic()671 switch (pTC->GetCharType()) { in EndBreak_SplitLine()726 if (pTC->GetCharType() != FX_CHARTYPE_Control) { in EndBreak_BidiLine()845 dwCharType = pTC->GetCharType(); in EndBreak_Alignment()971 m_dwCharType = pTC == NULL ? 0 : pTC->GetCharType(); in EndBreak()1112 if (pTC->GetCharType() >= FX_CHARTYPE_ArabicAlef) { in SplitTextLine()
135 FX_DWORD GetCharType() const { return m_dwCharProps & FX_CHARTYPEBITSMASK; } in GetCharType() function
306 eType = (FX_CHARTYPE)pTC->GetCharType(); in ParseChar()