Searched refs:nStops (Results 1 – 1 of 1) sorted by relevance
80 void set(const int* stops, size_t nStops, int tabWidth) { in set() argument82 mStops.assign(stops, stops + nStops); in set()143 void setTabStops(const int* stops, size_t nStops, int tabWidth) { in setTabStops() argument144 mTabStops.set(stops, nStops, tabWidth); in setTabStops()