Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.h73 CFX_BreakType AppendChar_Others(CFX_Char* pCurChar);
Dcfx_txtbreak.h78 CFX_BreakType AppendChar_Others(CFX_Char* pCurChar);
Dcfx_rtfbreak.cpp115 dwRet2 = AppendChar_Others(pCurChar); in AppendChar()
225 CFX_BreakType CFX_RTFBreak::AppendChar_Others(CFX_Char* pCurChar) { in AppendChar_Others() function in CFX_RTFBreak
Dcfx_txtbreak.cpp175 CFX_BreakType CFX_TxtBreak::AppendChar_Others(CFX_Char* pCurChar) { in AppendChar_Others() function in CFX_TxtBreak
254 dwRet2 = AppendChar_Others(pCurChar); in AppendChar()