Searched refs:TAB_BIT (Results 1 – 1 of 1) sorted by relevance
362 constexpr int TAB_BIT = 1 << 29; // Must be the same in StaticLayout.java in getResult() local379 out.flags.push_back((hasTabChar ? TAB_BIT : 0) | static_cast<int>(breakPoint.hyphenEdit)); in getResult()