Home | History | Annotate | Download | only in fpdftext

Lines Matching refs:startindex

499     int startIndex = start;
502 startIndex--;
503 if (startIndex < 0) {
506 charinfo1 = *(PAGECHAR_INFO*)m_charList.GetAt(startIndex);
508 startIndex++;
509 start = startIndex;
548 int startindex = 0;
558 startindex = charinfo.m_Index;
569 nCount = start + nCount - nCountOffset - startindex;
573 return m_TextBuf.GetWideString().Mid(startindex, nCount);