Searched refs:GetCharType (Results 1 – 6 of 6) sorted by relevance
133 if (pLastChar && pLastChar->GetCharType() > FX_CHARTYPE::kCombination) in AppendChar_Combination()211 pLastChar->GetCharType() == FX_CHARTYPE::kArabicAlef); in AppendChar_Arabic()271 FX_CHARTYPE chartype = pCurChar->GetCharType(); in AppendChar_Others()343 m_eCharType = pTC ? pTC->GetCharType() : FX_CHARTYPE::kUnknown; in EndBreak()354 switch (tc->GetCharType()) { in EndBreak_SplitLine()426 if (pTC->GetCharType() != FX_CHARTYPE::kControl) in EndBreak_BidiLine()526 FX_CHARTYPE dwCharType = tc->GetCharType(); in EndBreak_Alignment()711 if (pNextLine->m_LineChars[i].GetCharType() >= FX_CHARTYPE::kArabicAlef) { in SplitTextLine()
129 FX_CHARTYPE chartype = pCurChar->GetCharType(); in AppendChar_Arabic()146 pLastChar->GetCharType() == FX_CHARTYPE::kArabicAlef); in AppendChar_Arabic()196 FX_CHARTYPE chartype = pCurChar->GetCharType(); in AppendChar_Others()293 switch (pTC->GetCharType()) { in EndBreak_SplitLine()339 if (pTC->GetCharType() != FX_CHARTYPE::kControl) in EndBreak_BidiLine()433 FX_CHARTYPE chartype = pTC->GetCharType(); in EndBreak_Alignment()524 m_eCharType = pTC ? pTC->GetCharType() : FX_CHARTYPE::kUnknown; in EndBreak()645 if (pNextLine->m_LineChars[i].GetCharType() >= FX_CHARTYPE::kArabicAlef) { in SplitTextLine()
32 FX_CHARTYPE GetCharType() const;
154 *eType = pTC->GetCharType(); in ParseChar()
135 pTC->GetCharType() == FX_CHARTYPE::kCombination) { in GetLastChar()
563 FX_CHARTYPE CFX_Char::GetCharType() const { in GetCharType() function in CFX_Char