Searched refs:GetCharByIndex (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/xfa/src/fee/include/
H A Difde_txtedtbuf.h21 virtual FX_WCHAR GetCharByIndex(int32_t nIndex) const = 0;
/external/pdfium/xfa/src/fee/src/fee/
H A Dfde_txtedtbuf.h66 virtual FX_WCHAR GetCharByIndex(int32_t nIndex) const;
H A Dfde_txtedtpage.cpp257 FX_WCHAR wChar = m_pEditEngine->GetTextBuf()->GetCharByIndex(nCaret);
260 if (m_pEditEngine->GetTextBuf()->GetCharByIndex(nCaret - 1) ==
471 FX_WCHAR wChar = pBuf->GetCharByIndex(
473 FX_WCHAR wCharPre = pBuf->GetCharByIndex(
482 FX_WCHAR wChar = pBuf->GetCharByIndex(
H A Dfde_txtedtengine.cpp647 FX_WCHAR wChar = m_pTxtBuf->GetCharByIndex(nStart - 1);
726 if (nStart > 2 && m_pTxtBuf->GetCharByIndex(nStart - 1) == L'\n' &&
727 m_pTxtBuf->GetCharByIndex(nStart - 2) == L'\r') {
737 (m_pTxtBuf->GetCharByIndex(nStart) == L'\r') &&
738 (m_pTxtBuf->GetCharByIndex(nStart + 1) == L'\n')) {
820 FX_WCHAR wChar = m_pTxtBuf->GetCharByIndex(nStart - 1);
1755 (m_pTxtBuf->GetCharByIndex(nCaret) == L'\r') &&
1756 (m_pTxtBuf->GetCharByIndex(nCaret + 1) == L'\n')) {
1768 if (nCaret > 2 && m_pTxtBuf->GetCharByIndex(nCaret - 1) == L'\n' &&
1769 m_pTxtBuf->GetCharByIndex(nCare
[all...]
H A Dfde_txtedtbuf.cpp204 FX_WCHAR CFDE_TxtEdtBuf::GetCharByIndex(int32_t nIndex) const { function in class:CFDE_TxtEdtBuf

Completed in 543 milliseconds