Searched refs:AppendChar_Control (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/xfa/fgas/layout/
H A Dcfx_rtfbreak.h71 CFX_BreakType AppendChar_Control(CFX_Char* pCurChar);
H A Dcfx_txtbreak.h76 CFX_BreakType AppendChar_Control(CFX_Char* pCurChar);
H A Dcfx_rtfbreak.cpp97 dwRet2 = AppendChar_Control(pCurChar);
156 CFX_BreakType CFX_RTFBreak::AppendChar_Control(CFX_Char* pCurChar) { function in class:CFX_RTFBreak
H A Dcfx_txtbreak.cpp94 CFX_BreakType CFX_TxtBreak::AppendChar_Control(CFX_Char* pCurChar) { function in class:CFX_TxtBreak
226 // This is handled in AppendChar_Control, but it seems like \n and \r
236 dwRet2 = AppendChar_Control(pCurChar);

Completed in 132 milliseconds