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