Searched refs:textArray (Results 1 – 2 of 2) sorted by relevance
70 function accumulateMatches(textArray) argument74 for (var i = 0; i < textArray.length; ++i) {75 var text = textArray[i].toLowerCase();80 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()