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

  /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 588 int slashCount = 0;
601 || ((currentChar == '/' || currentChar == '\\') && (commaSeen || ++slashCount > 2))
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 74 milliseconds