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 40 private final StringBuilder mTypedWord;
59 mTypedWord = new StringBuilder(N);
69 mTypedWord = new StringBuilder(source.mTypedWord);
85 mTypedWord.setLength(0);
97 mCodePointSize = mTypedWord.codePointCount(0, mTypedWord.length());
134 mTypedWord.appendCodePoint(primaryCode);
212 // Note: mTypedWord.length() and mCodes.length differ when there are surrogate pairs
213 final int stringBuilderLength = mTypedWord.length()
    [all...]
LastComposedWord.java 44 public final String mTypedWord;
64 mTypedWord = typedWord;
80 return TextUtils.equals(mTypedWord, mCommittedWord);
LatinIME.java     [all...]

Completed in 123 milliseconds