HomeSort by relevance Sort by last modified time
    Searched full:capscount (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
StringUtils.java 194 int capsCount = 1;
198 if (1 != capsCount && letterCount != capsCount) break;
201 ++capsCount;
212 if (1 == capsCount) return CAPITALIZE_FIRST;
213 return (letterCount == capsCount ? CAPITALIZE_ALL : CAPITALIZE_NONE);

Completed in 187 milliseconds