Home
last modified time | relevance | path

Searched defs:pCurChar (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.cpp74 CFX_Char* pCurChar = &m_pCurLine->m_LineChars.back(); in AppendChar() local
123 void CFX_RTFBreak::AppendChar_Combination(CFX_Char* pCurChar) { in AppendChar_Combination()
141 void CFX_RTFBreak::AppendChar_Tab(CFX_Char* pCurChar) { in AppendChar_Tab()
156 CFX_BreakType CFX_RTFBreak::AppendChar_Control(CFX_Char* pCurChar) { in AppendChar_Control()
180 CFX_BreakType CFX_RTFBreak::AppendChar_Arabic(CFX_Char* pCurChar) { in AppendChar_Arabic()
225 CFX_BreakType CFX_RTFBreak::AppendChar_Others(CFX_Char* pCurChar) { in AppendChar_Others()
Dcfx_txtbreak.cpp50 void CFX_TxtBreak::AppendChar_Combination(CFX_Char* pCurChar) { in AppendChar_Combination()
90 void CFX_TxtBreak::AppendChar_Tab(CFX_Char* pCurChar) { in AppendChar_Tab()
94 CFX_BreakType CFX_TxtBreak::AppendChar_Control(CFX_Char* pCurChar) { in AppendChar_Control()
121 CFX_BreakType CFX_TxtBreak::AppendChar_Arabic(CFX_Char* pCurChar) { in AppendChar_Arabic()
175 CFX_BreakType CFX_TxtBreak::AppendChar_Others(CFX_Char* pCurChar) { in AppendChar_Others()
209 CFX_Char* pCurChar = &m_pCurLine->m_LineChars.back(); in AppendChar() local