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

  /packages/inputmethods/LatinIME/native/src/
proximity_info.h 56 bool existsCharInProximityAt(const int index, const int c) const;
proximity_info.cpp 194 inline bool ProximityInfo::existsCharInProximityAt(const int index, const int c) const {
209 if (leftIndex >= 0 && existsCharInProximityAt(leftIndex, currentChar)) {
213 if (rightIndex < mInputLength && existsCharInProximityAt(rightIndex, currentChar)) {

Completed in 32 milliseconds