Searched refs:rNewMax (Results 1 – 3 of 3) sorted by relevance
336 static bool overlaps(T nMin1, T nMax1, T nMin2, T nMax2, T& rNewMin, T& rNewMax) in overlaps() argument348 rNewMax = nMax; in overlaps()
367 void SetMax( const Date& rNewMax );458 void SetMax( const Time& rNewMax );
1756 void DateFormatter::SetMax( const Date& rNewMax ) in SetMax() argument1758 maMax = rNewMax; in SetMax()2875 void TimeFormatter::SetMax( const Time& rNewMax ) in SetMax() argument2877 maMax = rNewMax; in SetMax()
Completed in 108 milliseconds