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

  /external/doclava/src/com/google/doclava/
ClearPage.java 69 int slashcount = 0; local
72 slashcount++;
75 return slashcount;
99 int slashcount = countSlashes(filename); local
100 if (slashcount > 0) {
102 for (int i = 0; i < slashcount; i++) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
StringUtils.java 326 int slashCount = 0;
346 if (2 == ++slashCount) {
350 slashCount = 0;
363 if (1 == slashCount && (0 == i || Character.isWhitespace(codePoint))) return true;
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditor.cpp 576 int slashCount = 0;
589 || ((currentChar == '/' || currentChar == '\\') && (commaSeen || ++slashCount > 2))

Completed in 573 milliseconds