Searched refs:CHAR_TAB (Results 1 – 5 of 5) sorted by relevance
28 if (strategy == BreakStrategy::Greedy || textBuffer.hasChar(CHAR_TAB)) { in breakIntoLines()
284 if (c == CHAR_TAB) { in updateLineWidth()365 hasTabChar |= c == CHAR_TAB; in getResult()
233 MINIKIN_ASSERT(textBuf[i] != CHAR_TAB, "TAB is not supported in optimal line breaker"); in populateCandidates()
27 constexpr uint32_t CHAR_TAB = 0x0009; variable
30 private static final char CHAR_TAB = 0x09; field in StaticLayout_Delegate144 } else if (c == CHAR_TAB) { in computePrimitives()