Searched refs:tabPos (Results 1 – 4 of 4) sorted by relevance
18 int tabPos = -1; in bytecodeVerifyError() local19 if (tabPos != -1) { in bytecodeVerifyError()20 address = address.substring(tabPos + 1); in bytecodeVerifyError()31 int tabPos = -1; in bytecodeVerifyError2() local32 if (tabPos != -1) { in bytecodeVerifyError2()33 address = address + tabPos; in bytecodeVerifyError2()
25 int tabPos = -1; in bytecodeVerifyError() local26 if (tabPos != -1) { in bytecodeVerifyError()27 address = address.substring(tabPos + 1); in bytecodeVerifyError()
89 public MonoTabber addAbsolute(int tabPos, int type) { in addAbsolute() argument90 stops.add(new Integer(tabPos)); in addAbsolute()
3697 std::size_t tabPos = std::string::npos; in Text() local3705 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() local4895 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()