Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.h70 void AppendChar_Tab(CFX_Char* pCurChar);
Dcfx_txtbreak.h75 void AppendChar_Tab(CFX_Char* pCurChar);
Dcfx_rtfbreak.cpp94 AppendChar_Tab(pCurChar); in AppendChar()
141 void CFX_RTFBreak::AppendChar_Tab(CFX_Char* pCurChar) { in AppendChar_Tab() function in CFX_RTFBreak
Dcfx_txtbreak.cpp90 void CFX_TxtBreak::AppendChar_Tab(CFX_Char* pCurChar) { in AppendChar_Tab() function in CFX_TxtBreak
233 AppendChar_Tab(pCurChar); in AppendChar()