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.cpp113 int space_count = 0; in ProcessObject() local
129 if (space_count > 1) { in ProcessObject()
133 } else if (space_count == 1) { in ProcessObject()
141 space_count = 0; in ProcessObject()
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
Decmalintrules.py271 space_count = len(token.string) - len(token.string.lstrip())
272 if space_count:
274 token, Position(0, space_count))