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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordComposer.java 41 private final StringBuilder mTypedWord;
68 mTypedWord = new StringBuilder(MAX_WORD_LENGTH);
80 mTypedWord = new StringBuilder(source.mTypedWord);
98 mTypedWord.setLength(0);
112 mCodePointSize = mTypedWord.codePointCount(0, mTypedWord.length());
157 mTypedWord.appendCodePoint(primaryCode);
248 // Note: mTypedWord.length() and mCodes.length differ when there are surrogate pairs
249 final int stringBuilderLength = mTypedWord.length()
    [all...]
LastComposedWord.java 44 public final String mTypedWord;
67 mTypedWord = typedWord;
84 return TextUtils.equals(mTypedWord, mCommittedWord);
LatinIME.java     [all...]

Completed in 203 milliseconds