--------------------------------------------------------------------------
| 190 | } |
| 191 | //-------------------------------------------------------------------------- |
| 192 | UString::unicode_char UString::_fwd_iterator::getCharacter() const |
| 193 | { |
| 194 | return _getCharacter(); |
| 195 | } |
| 196 | //-------------------------------------------------------------------------- |
| 197 | int UString::_fwd_iterator::setCharacter(unicode_char uc) |
| 198 | { |
no outgoing calls
no test coverage detected