Searched refs:BufferPrefix (Results 1 – 1 of 1) sorted by relevance
463 StringRef BufferPrefix = Buffer.substr(0, ExampleString.size()); in ComputeMatchDistance() local464 BufferPrefix = BufferPrefix.split('\n').first; in ComputeMatchDistance()465 return BufferPrefix.edit_distance(ExampleString); in ComputeMatchDistance()