Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DTabber.java87 public MonoTabber addAbsolute(int tabPos, int type) { in addAbsolute() argument
88 stops.add(new Integer(tabPos)); in addAbsolute()
/external/bcc/tests/cc/
Dcatch.hpp3697 std::size_t tabPos = std::string::npos; in Text() local
3705 tabPos = pos; in Text()
3708 remainder = remainder.substr( 0, tabPos ) + remainder.substr( tabPos+1 ); in Text()
3733 if( tabPos != std::string::npos ) in Text()
3734 indent += tabPos; in Text()
4887 std::size_t tabPos = std::string::npos; in Text() local
4895 tabPos = pos; in Text()
4898 remainder = remainder.substr( 0, tabPos ) + remainder.substr( tabPos+1 ); in Text()
4923 if( tabPos != std::string::npos ) in Text()
4924 indent += tabPos; in Text()