Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dfgas_rtfbreak.cpp188 pTC->GetCharType() != FX_CHARTYPE_Combination) { in GetLastChar()
274 if (pLastChar && pLastChar->GetCharType() > FX_CHARTYPE_Combination) in AppendChar_Combination()
339 pLastChar->GetCharType() == FX_CHARTYPE_ArabicAlef); in AppendChar_Arabic()
372 FX_CHARTYPE chartype = pCurChar->GetCharType(); in AppendChar_Others()
446 m_eCharType = pTC ? pTC->GetCharType() : FX_CHARTYPE_Unknown; in EndBreak()
456 switch (tc.GetCharType()) { in EndBreak_SplitLine()
536 if (pTC->GetCharType() != FX_CHARTYPE_Control) in EndBreak_BidiLine()
640 dwCharType = tc.GetCharType(); in EndBreak_Alignment()
827 if (pNextLine->m_LineChars[i].GetCharType() >= FX_CHARTYPE_ArabicAlef) { in SplitTextLine()
Dfgas_textbreak.cpp254 if (bOmitChar && pTC->GetCharType() == FX_CHARTYPE_Combination) in GetLastChar()
440 FX_CHARTYPE chartype = pCurChar->GetCharType(); in AppendChar_Arabic()
457 pLastChar->GetCharType() == FX_CHARTYPE_ArabicAlef); in AppendChar_Arabic()
505 FX_CHARTYPE chartype = pCurChar->GetCharType(); in AppendChar_Others()
653 switch (pTC->GetCharType()) { in EndBreak_SplitLine()
712 if (pTC->GetCharType() != FX_CHARTYPE_Control) in EndBreak_BidiLine()
834 chartype = pTC->GetCharType(); in EndBreak_Alignment()
950 m_eCharType = pTC ? pTC->GetCharType() : FX_CHARTYPE_Unknown; in EndBreak()
1090 if (nextChars[i].GetCharType() >= FX_CHARTYPE_ArabicAlef) { in SplitTextLine()
/external/pdfium/core/fxcrt/
Dfx_ucd.h138 FX_CHARTYPE GetCharType() const { return GetCharTypeFromProp(m_dwCharProps); } in GetCharType() function
Dfx_arabic.cpp246 eType = pTC->GetCharType(); in ParseChar()