HomeSort by relevance Sort by last modified time
    Searched defs:CountChars (Results 1 - 5 of 5) 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.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/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 139 int CPDF_TextObject::CountChars() const
    [all...]
  /external/pdfium/core/src/fpdftext/
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...]

Completed in 203 milliseconds