--------------------------------------------------------------------------
| 582 | } |
| 583 | //-------------------------------------------------------------------------- |
| 584 | void UString::reserve(size_type size) |
| 585 | { |
| 586 | mData.reserve(size); |
| 587 | } |
| 588 | //-------------------------------------------------------------------------- |
| 589 | void UString::resize(size_type num, const code_point& val /*= 0 */) |
| 590 | { |
no outgoing calls
no test coverage detected