Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.cpp78 int CPDF_TextPageFind::GetCharIndex(int index) const { in GetCharIndex() function in CPDF_TextPageFind
217 int resStart = GetCharIndex(m_resStart); in FindNext()
218 int resEnd = GetCharIndex(m_resEnd); in FindNext()
388 return GetCharIndex(m_resStart); in GetCurOrder()
392 int resStart = GetCharIndex(m_resStart); in GetMatchedCount()
393 int resEnd = GetCharIndex(m_resEnd); in GetMatchedCount()
Dcpdf_textpagefind.h41 int GetCharIndex(int index) const;
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1052 function GetCharIndex: Integer;
1120 property CharIndex: Integer read GetCharIndex;
2454 function GetCharIndex: Integer; virtual;
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)