Home
last modified time | relevance | path

Searched refs:word1 (Results 1 – 1 of 1) sorted by relevance

/interface/sdk-js/build-tools/api_check_plugin/src/
Dcheck_spelling.js99 function getLevenshteinValue(word1, word2) { argument
100 const word1Len = word1.length;
128 const countByReplace = word1.charAt(i - 1) === word2.charAt(j - 1) ?