Searched refs:nextCh (Results 1 – 2 of 2) sorted by relevance
120 static inline bool shouldBreakAfter(UChar ch, UChar nextCh) in shouldBreakAfter() argument130 && nextCh >= asciiLineBreakTableFirstChar && nextCh <= asciiLineBreakTableLastChar) { in shouldBreakAfter()132 int nextChIndex = nextCh - asciiLineBreakTableFirstChar; in shouldBreakAfter()
445 UChar nextCh; in adjustGlyphsAndAdvances() local447 nextCh = ' '; in adjustGlyphsAndAdvances()449 nextCh = *(cp + complexTextRun.indexAt(i + 1)); in adjustGlyphsAndAdvances()451 … nextCh = *(m_complexTextRuns[r + 1]->characters() + m_complexTextRuns[r + 1]->indexAt(0)); in adjustGlyphsAndAdvances()