--------------------------------------------------------------------------
| 554 | } |
| 555 | //-------------------------------------------------------------------------- |
| 556 | UString::size_type UString::size() const |
| 557 | { |
| 558 | return mData.size(); |
| 559 | } |
| 560 | //-------------------------------------------------------------------------- |
| 561 | UString::size_type UString::length() const |
| 562 | { |
no outgoing calls
no test coverage detected