Searched refs:textArray (Results 1 – 3 of 3) sorted by relevance
77 function accumulateMatches(textArray) argument79 for (var i = 0; i < textArray.length; ++i) {80 var text = textArray[i].toLowerCase();85 results.push(textArray[i]);
44 const UChar *textArray; member251 scriptRun->textArray = src; in uscript_setRunText()271 UChar high = scriptRun->textArray[scriptRun->scriptLimit]; in uscript_nextRun()281 UChar low = scriptRun->textArray[scriptRun->scriptLimit + 1]; in uscript_nextRun()