Home
last modified time | relevance | path

Searched refs:GetCharIndex (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.cpp80 int CPDF_TextPageFind::GetCharIndex(int index) const { in GetCharIndex() function in CPDF_TextPageFind
219 int resStart = GetCharIndex(m_resStart); in FindNext()
220 int resEnd = GetCharIndex(m_resEnd); in FindNext()
400 return GetCharIndex(m_resStart); in GetCurOrder()
404 int resStart = GetCharIndex(m_resStart); in GetMatchedCount()
405 int resEnd = GetCharIndex(m_resEnd); in GetMatchedCount()
Dcpdf_textpagefind.h39 int GetCharIndex(int index) const;
/external/pdfium/xfa/fde/
Difde_txtedtpage.h26 virtual int32_t GetCharIndex(const CFX_PointF& fPoint, bool& bBefore) = 0;
Dcfde_txtedtpage.h31 int32_t GetCharIndex(const CFX_PointF& fPoint, bool& bBefore) override;
Dcfde_txtedtpage.cpp76 int32_t CFDE_TxtEdtPage::GetCharIndex(const CFX_PointF& fPoint, bool& bBefore) { in GetCharIndex() function in CFDE_TxtEdtPage
216 int32_t nIndex = GetCharIndex(fPoint, bBefore); in SelectWord()
Dcfde_txtedtengine.cpp1450 m_nCaret = pPage->GetCharIndex(ptCaret, m_bBefore); in UpdateCaretIndex()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1052 function GetCharIndex: Integer; in GetCharIndex() function
1120 property CharIndex: Integer read GetCharIndex;
2454 function GetCharIndex: Integer; virtual; in GetCharIndex() function
2473 property CharIndex: Integer read GetCharIndex;
5346 FState.TokenStartCharIndex, GetCharIndex - 1);
5376 function TLexer.GetCharIndex: Integer; in GetCharIndex() function
5452 Result := FInput.Substring(FState.TokenStartCharIndex, GetCharIndex - 1)
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp1267 int32_t nIndex = pPage->GetCharIndex(DeviceToEngine(pMsg->m_pos), bBefore); in DoButtonDown()
1361 int32_t nIndex = pPage->GetCharIndex(DeviceToEngine(pMsg->m_pos), bBefore); in OnMouseMove()