Home | History | Annotate | Download | only in src

Lines Matching defs:keyIndex

217             int keyIndex = 0;
220 if (codePoint != key[keyIndex++]) {
225 if (codePoint == NOT_A_CODE_POINT && key[keyIndex] == 0) {