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

  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info.h 60 bool existsCharInProximityAt(const int index, const int c) const;
proximity_info.cpp 357 inline bool ProximityInfo::existsCharInProximityAt(const int index, const int c) const {
372 if (leftIndex >= 0 && existsCharInProximityAt(leftIndex, currentChar)) {
376 if (rightIndex < mInputLength && existsCharInProximityAt(rightIndex, currentChar)) {

Completed in 37 milliseconds