Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.h71 CFX_BreakType AppendChar_Control(CFX_Char* pCurChar);
Dcfx_txtbreak.h76 CFX_BreakType AppendChar_Control(CFX_Char* pCurChar);
Dcfx_rtfbreak.cpp97 dwRet2 = AppendChar_Control(pCurChar); in AppendChar()
156 CFX_BreakType CFX_RTFBreak::AppendChar_Control(CFX_Char* pCurChar) { in AppendChar_Control() function in CFX_RTFBreak
Dcfx_txtbreak.cpp94 CFX_BreakType CFX_TxtBreak::AppendChar_Control(CFX_Char* pCurChar) { in AppendChar_Control() function in CFX_TxtBreak
236 dwRet2 = AppendChar_Control(pCurChar); in AppendChar()