Searched refs:rightIndex (Results 1 – 3 of 3) sorted by relevance
104 const int rightIndex = index + 1; in existsAdjacentProximityChars() local105 if (rightIndex < mSampledInputSize in existsAdjacentProximityChars()106 && existsCodePointInProximityAt(rightIndex, currentCodePoint)) { in existsAdjacentProximityChars()
95 val rightIndex = leftIndex + 1 in getViewAt() constant101 val right = if (rightIndex < mCities!!.size) mCities!![rightIndex] else null in getViewAt()
110 final int rightIndex = leftIndex + 1; in getViewAt() local114 final City right = rightIndex < mCities.size() ? mCities.get(rightIndex) : null; in getViewAt()