HomeSort by relevance Sort by last modified time
    Searched refs:m_CharList (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 170 m_CharList.clear();
176 int nCount = pdfium::CollectionSize<int>(m_CharList);
182 const PAGECHAR_INFO& charinfo = m_CharList[i];
208 return pdfium::CollectionSize<int>(m_CharList);
242 if (nCount + start > pdfium::CollectionSize<int>(m_CharList) ||
244 nCount = pdfium::CollectionSize<int>(m_CharList) - start;
253 PAGECHAR_INFO info_curchar = m_CharList[curPos++];
319 while (pos < pdfium::CollectionSize<int>(m_CharList)) {
320 PAGECHAR_INFO charinfo = m_CharList[pos];
348 return pos < pdfium::CollectionSize<int>(m_CharList) ? pos : NearPos
    [all...]
cpdf_textpage.h 170 std::deque<PAGECHAR_INFO> m_CharList;

Completed in 163 milliseconds