Searched refs:pos1 (Results 1 - 3 of 3) sorted by relevance

/haiku/src/servers/app/stackandtile/
H A DSATGroup.cpp1244 float pos1 = area->LeftTopCrossing()->HorizontalTab()->Position(); local
1247 if (pos1 < endPos && pos2 > startPos)
1270 float pos1 = area->LeftTopCrossing()->VerticalTab()->Position(); local
1273 if (pos1 < endPos && pos2 > startPos)
1296 float pos1 = area->RightTopCrossing()->HorizontalTab()->Position(); local
1299 if (pos1 < endPos && pos2 > startPos)
1323 float pos1 = area->LeftBottomCrossing()->VerticalTab()->Position(); local
1326 if (pos1 < endPos && pos2 > startPos)
/haiku/headers/cpp/std/
H A Dbastring.cc118 replace (size_type pos1, size_type n1, argument
123 if (pos1 == 0 && n1 >= length () && pos2 == 0 && n2 >= len2)
131 return replace (pos1, n1, _str.data () + pos2, n2);
H A Dbastring.h258 basic_string& insert (size_type pos1, const basic_string& str, argument
260 { return replace (pos1, 0, str, pos2, n); }
296 basic_string& replace (size_type pos1, size_type n1, const basic_string& str,

Completed in 57 milliseconds