Home
last modified time | relevance | path

Searched refs:space_count (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdftext/
Dfpdf_text.cpp116 int space_count = 0; in ProcessObject() local
135 if (space_count > 1) { in ProcessObject()
140 } else if (space_count == 1) { in ProcessObject()
148 space_count = 0; in ProcessObject()
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Decmalintrules.py336 space_count = len(token.string) - len(token.string.lstrip())
337 if space_count:
339 token, position=Position(0, space_count))