Searched refs:textArray (Results 1 – 4 of 4) sorted by relevance
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()
44 const char16_t *textArray; member251 scriptRun->textArray = src; in uscript_setRunText()271 char16_t high = scriptRun->textArray[scriptRun->scriptLimit]; in uscript_nextRun()281 char16_t low = scriptRun->textArray[scriptRun->scriptLimit + 1]; in uscript_nextRun()
360 function formatList(textArray) { argument361 return textArray.join('\n').replace(/^/gm, ' '.repeat(itemIndentWidth));