Searched refs:BufferPrefix (Results 1 – 1 of 1) sorted by relevance
1200 StringRef BufferPrefix = Buffer.substr(0, ExampleString.size()); in computeMatchDistance() local1201 BufferPrefix = BufferPrefix.split('\n').first; in computeMatchDistance()1202 return BufferPrefix.edit_distance(ExampleString); in computeMatchDistance()