HomeSort by relevance Sort by last modified time
    Searched refs:space_count (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 113 int space_count = 0; local
129 if (space_count > 1) {
133 } else if (space_count == 1) {
141 space_count = 0;
  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
ecmalintrules.py 271 space_count = len(token.string) - len(token.string.lstrip())
272 if space_count:
274 token, Position(0, space_count))
    [all...]

Completed in 525 milliseconds