Searched refs:TotalChar (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdftext/
H A Dfpdf_text_int.cpp2620 int TotalChar = m_pTextPage->CountChars(); local
2621 while (pos < TotalChar) {
2624 if (pageChar.m_Flag == CHAR_GENERATED || pageChar.m_Unicode == 0x20 || pos == TotalChar - 1) {
2626 if(pos == TotalChar - 1) {

Completed in 78 milliseconds