Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/common/
Dusc_impl.cpp44 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()
/third_party/icu/icu4c/source/common/
Dusc_impl.cpp44 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()
/third_party/node/deps/icu-small/source/common/
Dusc_impl.cpp44 const char16_t *textArray; member
251 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()
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
Dhelp.js360 function formatList(textArray) { argument
361 return textArray.join('\n').replace(/^/gm, ' '.repeat(itemIndentWidth));