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