Searched refs:AppendChar_Others (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/src/fgas/src/layout/ |
D | fx_textbreak.cpp | 516 FX_DWORD CFX_TxtBreak::AppendChar_Others(CFX_Char* pCurChar, in AppendChar_Others() function in CFX_TxtBreak 562 &CFX_TxtBreak::AppendChar_Others, &CFX_TxtBreak::AppendChar_Tab, 563 &CFX_TxtBreak::AppendChar_Others, &CFX_TxtBreak::AppendChar_Control, 564 &CFX_TxtBreak::AppendChar_Combination, &CFX_TxtBreak::AppendChar_Others, 565 &CFX_TxtBreak::AppendChar_Others, &CFX_TxtBreak::AppendChar_Arabic, 568 &CFX_TxtBreak::AppendChar_Arabic, &CFX_TxtBreak::AppendChar_Others, 569 &CFX_TxtBreak::AppendChar_Others, &CFX_TxtBreak::AppendChar_Others,
|
D | fx_rtfbreak.cpp | 337 &CFX_RTFBreak::AppendChar_Others, &CFX_RTFBreak::AppendChar_Tab, 338 &CFX_RTFBreak::AppendChar_Others, &CFX_RTFBreak::AppendChar_Control, 339 &CFX_RTFBreak::AppendChar_Combination, &CFX_RTFBreak::AppendChar_Others, 340 &CFX_RTFBreak::AppendChar_Others, &CFX_RTFBreak::AppendChar_Arabic, 343 &CFX_RTFBreak::AppendChar_Arabic, &CFX_RTFBreak::AppendChar_Others, 344 &CFX_RTFBreak::AppendChar_Others, &CFX_RTFBreak::AppendChar_Others, 569 FX_DWORD CFX_RTFBreak::AppendChar_Others(CFX_RTFChar* pCurChar, in AppendChar_Others() function in CFX_RTFBreak
|
D | fx_textbreak.h | 104 FX_DWORD AppendChar_Others(CFX_Char* pCurChar, int32_t iRotation);
|
D | fx_rtfbreak.h | 112 FX_DWORD AppendChar_Others(CFX_RTFChar* pCurChar, int32_t iRotation);
|