OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
588
int
slashCount
= 0;
601
|| ((currentChar == '/' || currentChar == '\\') && (commaSeen || ++
slashCount
> 2))
Completed in 2529 milliseconds