--------------------------------------------------------------------------
| 617 | } |
| 618 | //-------------------------------------------------------------------------- |
| 619 | void UString::clear() |
| 620 | { |
| 621 | mData.clear(); |
| 622 | } |
| 623 | //-------------------------------------------------------------------------- |
| 624 | UString UString::substr(size_type index, size_type num /*= npos */) const |
| 625 | { |
no outgoing calls
no test coverage detected