Home
last modified time | relevance | path

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

/plugin/metaeditor/
H A Djstree.js6662 matchmask, pattern_alphabet, match_bitapScore, search;
6679 match_bitapScore = function (e, x) { function
6712 scoreThreshold = Math.min(match_bitapScore(0, bestLoc), scoreThreshold);
6715 scoreThreshold = Math.min(match_bitapScore(0, bestLoc), scoreThreshold);
6723 if (match_bitapScore(i, MATCH_LOCATION + binMid) <= scoreThreshold) {
6743 score = match_bitapScore(i, j - 1);
6756 if (match_bitapScore(i + 1, MATCH_LOCATION) > scoreThreshold) {