Searched refs:GetCharIndex (Results 1 – 3 of 3) sorted by relevance
78 int CPDF_TextPageFind::GetCharIndex(int index) const { in GetCharIndex() function in CPDF_TextPageFind217 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()
41 int GetCharIndex(int index) const;
1052 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() function5452 Result := FInput.Substring(FState.TokenStartCharIndex, GetCharIndex - 1)