Searched refs:found_start (Results 1 – 3 of 3) sorted by relevance
200 found_start = Cursor(cur_line_number, start_column)201 found_end = found_start + length202 return MakeToken(lines, found_start, found_end, token_type)
460 const int found_start = jni_cache_->GetEnv()->CallIntMethod( in ApproximatelyMatches() local481 if (found_start != 0 || found_end != context_length_bmp) { in ApproximatelyMatches()