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

  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 115 int space_count = 0; local
133 if (space_count > 1) {
137 } else if (space_count == 1) {
145 space_count = 0;
  /external/chromium-trace/trace-viewer/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...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
ecmalintrules.py 311 space_count = len(token.string) - len(token.string.lstrip())
312 if space_count:
314 token, position=Position(0, space_count))
    [all...]

Completed in 179 milliseconds