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 197 const int firstCodePoint = currentCodePoints[0];
202 if (firstCodePoint == baseLowerC || firstCodePoint == codePoint) {
210 if (CharUtils::toBaseLowerCase(firstCodePoint) == baseLowerC) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java 188 final int firstCodePoint = text.codePointAt(0);
190 if (!isLetterCheckableByLanguage(firstCodePoint, script)
191 && '\'' != firstCodePoint) return CHECKABILITY_FIRST_LETTER_UNCHECKABLE;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]

Completed in 150 milliseconds