Searched defs:CAPITALIZE_ALL (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DStringUtils.java31 public static final int CAPITALIZE_ALL = 2; // All caps field in class:StringUtils
354 return (letterCount == capsCount ? CAPITALIZE_ALL : CAPITALIZE_NONE);

Completed in 25 milliseconds