Home
last modified time | relevance | path

Searched refs:slashCount (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DStringUtils.java445 int slashCount = 0; in lastPartLooksLikeURL() local
465 if (2 == ++slashCount) { in lastPartLooksLikeURL()
469 slashCount = 0; in lastPartLooksLikeURL()
484 if (1 == slashCount && (0 == i || Character.isWhitespace(codePoint))) { in lastPartLooksLikeURL()