Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.h69 void AppendChar_Combination(CFX_Char* pCurChar);
Dcfx_txtbreak.h74 void AppendChar_Combination(CFX_Char* pCurChar);
Dcfx_rtfbreak.cpp100 AppendChar_Combination(pCurChar); in AppendChar()
123 void CFX_RTFBreak::AppendChar_Combination(CFX_Char* pCurChar) { in AppendChar_Combination() function in CFX_RTFBreak
Dcfx_txtbreak.cpp50 void CFX_TxtBreak::AppendChar_Combination(CFX_Char* pCurChar) { in AppendChar_Combination() function in CFX_TxtBreak
239 AppendChar_Combination(pCurChar); in AppendChar()