--------------------------------------------------------------------------
| 48 | } |
| 49 | //-------------------------------------------------------------------------- |
| 50 | UString::unicode_char UString::_base_iterator::_getCharacter() const |
| 51 | { |
| 52 | size_type current_index = _get_index(); |
| 53 | return mString->getChar(current_index); |
| 54 | } |
| 55 | //-------------------------------------------------------------------------- |
| 56 | int UString::_base_iterator::_setCharacter(unicode_char uc) |
| 57 | { |