Searched refs:CHAR_TAB (Results 1 – 4 of 4) sorted by relevance
28 if (strategy == BreakStrategy::Greedy || textBuffer.hasChar(CHAR_TAB)) { in breakIntoLines()
373 if (c == CHAR_TAB) { in updateLineWidth()513 hasTabChar |= mTextBuf[i] == CHAR_TAB; in getResult()
301 MINIKIN_ASSERT(textBuf[i] != CHAR_TAB, "TAB is not supported in optimal line breaker"); in populateCandidates()
27 constexpr uint32_t CHAR_TAB = 0x0009; variable