Searched refs:nStops (Results 1 – 1 of 1) sorted by relevance
56 TabStops(const int32_t* stops, size_t nStops, int32_t tabWidth) in TabStops() argument57 : mStops(stops), mStopsSize(nStops), mTabWidth(tabWidth) {} in TabStops()