Home | History | Annotate | Download | only in src

Lines Matching refs:distance

6083     // We rely on the distance between upper and lower case letters
6110 // conversion and we know that the distance between cases is
12543 int distance = kMaxInt;
12548 statement_position - source_position < distance) {
12551 distance = statement_position - source_position;
12553 if (distance == 0) break;