Home | History | Annotate | Download | only in src

Lines Matching refs:currentChars

98     // currentChars is an array containing the keys close to the character the
110 const int *currentChars = getProximityCharsAt(index);
111 const int firstChar = currentChars[0];
131 && currentChars[j] > ADDITIONAL_PROXIMITY_CHAR_DELIMITER_CODE) {
132 const bool matched = (currentChars[j] == baseLowerC || currentChars[j] == c);
142 && currentChars[j] == ADDITIONAL_PROXIMITY_CHAR_DELIMITER_CODE) {
145 && currentChars[j] > ADDITIONAL_PROXIMITY_CHAR_DELIMITER_CODE) {
146 const bool matched = (currentChars[j] == baseLowerC || currentChars[j] == c);