Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/front-end/
DDatabaseQueryView.js70 function accumulateMatches(textArray) argument
74 for (var i = 0; i < textArray.length; ++i) {
75 var text = textArray[i].toLowerCase();
80 results.push(textArray[i]);
/external/icu4c/common/
Dusc_impl.c44 const UChar *textArray; member
251 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()