HomeSort by relevance Sort by last modified time
    Searched defs:sameAsTyped (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info_state.h 175 inline bool sameAsTyped(const unsigned short *word, int length) const {
correction.cpp 160 bool Correction::sameAsTyped() {
161 return mProximityInfoState.sameAsTyped(mWord, mOutputIndex);
    [all...]

Completed in 98 milliseconds