OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:capscount
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
StringUtils.java
335
int
capsCount
= 1;
339
if (1 !=
capsCount
&& letterCount !=
capsCount
) break;
342
++
capsCount
;
353
if (1 ==
capsCount
) return CAPITALIZE_FIRST;
354
return (letterCount ==
capsCount
? CAPITALIZE_ALL : CAPITALIZE_NONE);
Completed in 72 milliseconds