Home
last modified time | relevance | path

Searched refs:tabChar (Results 1 – 1 of 1) sorted by relevance

/external/bcc/tests/cc/
Dcatch.hpp3667 tabChar( '\t' ) in TextAttributes()
3673 TextAttributes& setTabChar( char _value ) { tabChar = _value; return *this; } in setTabChar()
3678 char tabChar; // If this char is seen the indent is changed to current pos member
3703 pos = remainder.find_last_of( _attr.tabChar, width ); in Text()
4857 tabChar( '\t' ) in TextAttributes()
4863 TextAttributes& setTabChar( char _value ) { tabChar = _value; return *this; } in setTabChar()
4868 char tabChar; // If this char is seen the indent is changed to current pos member
4893 pos = remainder.find_last_of( _attr.tabChar, width ); in Text()