Searched refs:GetLastChar (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fgas/layout/ |
D | cfx_break.h | 59 CFX_Char* GetLastChar(int32_t index, bool bOmitChar, bool bRichText) const;
|
D | cfx_rtfbreak.cpp | 130 CFX_Char* pLastChar = GetLastChar(0, false, true); in AppendChar_Combination() 187 pLastChar = GetLastChar(1, false, true); in AppendChar_Arabic() 190 CFX_Char* pPrevChar = GetLastChar(2, false, true); in AppendChar_Arabic() 287 CFX_Char* pTC = GetLastChar(0, false, true); in EndBreak()
|
D | cfx_txtbreak.cpp | 59 CFX_Char* pLastChar = GetLastChar(0, false, false); in AppendChar_Combination() 130 pLastChar = GetLastChar(1, true, false); in AppendChar_Arabic() 136 CFX_Char* pPrevChar = GetLastChar(2, true, false); in AppendChar_Arabic() 505 CFX_Char* pTC = GetLastChar(0, false, false); in EndBreak()
|
D | cfx_break.cpp | 164 CFX_Char* CFX_Break::GetLastChar(int32_t index, in GetLastChar() function in CFX_Break
|