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 116 int space_count = 0; local
135 if (space_count > 1) {
140 } else if (space_count == 1) {
148 space_count = 0;
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
ecmalintrules.py 336 space_count = len(token.string) - len(token.string.lstrip())
337 if space_count:
339 token, position=Position(0, space_count))
    [all...]

Completed in 260 milliseconds