| 1750 | //----------------------------------------------------------------------------- |
| 1751 | |
| 1752 | static std::string_view Ellipsis(bool b) |
| 1753 | { |
| 1754 | return ValueOrDefault(b, kwElipsis); |
| 1755 | } |
| 1756 | //----------------------------------------------------------------------------- |
| 1757 | |
| 1758 | static std::string_view EllipsisSpace(bool b) |
no test coverage detected