Lines Matching refs:CFX_RTFChar
57 CFX_RTFChar& GetChar(int32_t index) { in GetChar()
104 std::vector<CFX_RTFChar>* m_pChars; // not owned.
119 CFX_RTFChar& GetChar(int32_t index) { in GetChar()
133 std::vector<CFX_RTFChar> m_LineChars;
172 CFX_RTFBreakType AppendChar_Combination(CFX_RTFChar* pCurChar);
173 CFX_RTFBreakType AppendChar_Tab(CFX_RTFChar* pCurChar);
174 CFX_RTFBreakType AppendChar_Control(CFX_RTFChar* pCurChar);
175 CFX_RTFBreakType AppendChar_Arabic(CFX_RTFChar* pCurChar);
176 CFX_RTFBreakType AppendChar_Others(CFX_RTFChar* pCurChar);
181 CFX_RTFChar* GetLastChar(int32_t index) const;
188 int32_t GetBreakPos(std::vector<CFX_RTFChar>& tca,