Home | History | Annotate | Download | only in layoutex

Lines Matching refs:chars

298 ParagraphLayout::ParagraphLayout(const LEUnicode chars[], le_int32 count,
305 : fChars(chars), fCharCount(count),
587 le_bool ParagraphLayout::isComplex(const LEUnicode chars[], le_int32 count)
591 UScriptRun *sr = uscript_openRun(chars, count, &scriptStatus);