Searched refs:ExtendedCharsetIterator (Results 1 – 2 of 2) sorted by relevance
57 class ExtendedCharsetIterator;60 typedef ExtendedCharsetIterator iterator;61 typedef ExtendedCharsetIterator const_iterator;108 class OCharsetDisplay::ExtendedCharsetIterator class in dbaui::OCharsetDisplay112 friend bool operator==(const ExtendedCharsetIterator& lhs, const ExtendedCharsetIterator& rhs);113 …friend bool operator!=(const ExtendedCharsetIterator& lhs, const ExtendedCharsetIterator& rhs) { r… in operator !=()123 ExtendedCharsetIterator(const ExtendedCharsetIterator& _rSource);128 const ExtendedCharsetIterator& operator++();130 …const ExtendedCharsetIterator operator++(int) { ExtendedCharsetIterator hold(*this); ++*this; retu… in operator ++()133 const ExtendedCharsetIterator& operator--();[all …]
139 …OCharsetDisplay::ExtendedCharsetIterator::ExtendedCharsetIterator( const OCharsetDisplay* _pContai… in ExtendedCharsetIterator() function in dbaui::OCharsetDisplay::ExtendedCharsetIterator147 …OCharsetDisplay::ExtendedCharsetIterator::ExtendedCharsetIterator(const ExtendedCharsetIterator& _… in ExtendedCharsetIterator() function in dbaui::OCharsetDisplay::ExtendedCharsetIterator154 CharsetDisplayDerefHelper OCharsetDisplay::ExtendedCharsetIterator::operator*() const in operator *()166 …const OCharsetDisplay::ExtendedCharsetIterator& OCharsetDisplay::ExtendedCharsetIterator::operator… in operator ++()175 …const OCharsetDisplay::ExtendedCharsetIterator& OCharsetDisplay::ExtendedCharsetIterator::operator… in operator --()184 …ool operator==(const OCharsetDisplay::ExtendedCharsetIterator& lhs, const OCharsetDisplay::Extende… in operator ==()
Completed in 7 milliseconds