Searched defs:CountChars (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/tools/
H A Dinconsistent-eol.py35 def CountChars(text, str): function
88 crlf = CountChars(text, '\r\n')
89 cr = CountChars(text, '\r') - crlf
90 lf = CountChars(text, '\n') - crlf
/external/pdfium/core/src/reflow/
H A Dreflowedtextpage.cpp71 int CRF_TextPage::CountChars() const function in class:CRF_TextPage
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/fpdftext/
H A Dfpdf_text.cpp236 pBaseLine->CountChars(TotalChars, TotalWidth, minchars);
671 void CTextBaseLine::CountChars(int& count, FX_FLOAT& width, int& minchars) function in class:CTextBaseLine
H A Dfpdf_text_int.cpp199 int CPDF_TextPage::CountChars() const function in class:CPDF_TextPage
1636 FX_INT32 nChars = pTextObj->CountChars();
1848 FX_INT32 nChars = pTextObj->CountChars();
2012 FX_INT32 nChars = pObj->CountChars();
2192 int nCount = pTextPage->CountChars();
2620 int TotalChar = m_pTextPage->CountChars();
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp139 int CPDF_TextObject::CountChars() const function in class:CPDF_TextObject

Completed in 696 milliseconds