Searched refs:CHAR_TAB (Results 1 – 5 of 5) sorted by relevance
28 if (strategy == BreakStrategy::Greedy || textBuffer.hasChar(CHAR_TAB)) { in breakIntoLines()
286 if (c == CHAR_TAB) { in updateLineWidth()370 hasTabChar |= mTextBuf[i] == 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
47 private static final char CHAR_TAB = 0x09; field in LineBreaker_Delegate207 } else if (c == CHAR_TAB) { in computePrimitives()