OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quoteCount
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/native/src/
correction.cpp
600
int
quoteCount
= 0;
603
++
quoteCount
;
606
return
quoteCount
;
[
all
...]
/external/webkit/Source/WebKit/android/nav/
CacheBuilder.cpp
164
int
quoteCount
= 0;
171
quoteCount
= 0;
175
quoteCount
++;
177
if ((
quoteCount
& 1) == 0)
[
all
...]
Completed in 1514 milliseconds