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

  /external/chromium_org/chrome/tools/
inconsistent-eol.py 35 def CountChars(text, str):
88 crlf = CountChars(text, '\r\n')
89 cr = CountChars(text, '\r') - crlf
90 lf = CountChars(text, '\n') - crlf
  /external/pdfium/core/src/reflow/
reflowedtextpage.h 33 int CountChars() const;
reflowedtextpage.cpp 71 int CRF_TextPage::CountChars() const
80 if(index >= CountChars() || index < 0 || !m_pDataList) {
190 int count = CountChars();
228 count = CountChars();
260 count = CountChars();
320 totalcount = CountChars();
372 nCount = CountChars();
376 } else if(start >= CountChars()) {
  /external/pdfium/fpdfsdk/src/
fpdftext.cpp 47 return textpage->CountChars();
54 if (index<0 || index>=textpage->CountChars()) return 0;
65 if (index<0 || index>=textpage->CountChars()) return 0;
78 if (index<0 || index>=textpage->CountChars()) return ;
100 if (start>=textpage->CountChars()) return 0;
  /external/pdfium/core/src/fpdftext/
txtproc.h 39 void CountChars(int& count, FX_FLOAT& width, int& minchars);
text_int.h 68 virtual int CountChars() const;
fpdf_text.cpp 236 pBaseLine->CountChars(TotalChars, TotalWidth, minchars);
671 void CTextBaseLine::CountChars(int& count, FX_FLOAT& width, int& minchars)
fpdf_text_int.cpp 199 int CPDF_TextPage::CountChars() const
    [all...]
  /external/pdfium/core/include/fpdftext/
fpdf_text.h 94 virtual int CountChars() const = 0;
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 531 int CountChars() const;
  /external/pdfium/fpdfsdk/src/javascript/
Document.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 139 int CPDF_TextObject::CountChars() const
    [all...]

Completed in 2165 milliseconds