HomeSort by relevance Sort by last modified time
    Searched refs:firstCodePoint (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.cpp 203 const int firstCodePoint = currentCodePoints[0];
208 if (firstCodePoint == baseLowerC || firstCodePoint == codePoint) {
216 if (CharUtils::toBaseLowerCase(firstCodePoint) == baseLowerC) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java 154 final int firstCodePoint = text.codePointAt(0);
156 if (!ScriptUtils.isLetterPartOfScript(firstCodePoint, script)
157 && '\'' != firstCodePoint) return CHECKABILITY_FIRST_LETTER_UNCHECKABLE;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java     [all...]

Completed in 153 milliseconds