webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <URLParser.h>
Public Member Functions | |
ALWAYS_INLINE | CodePointIterator () |
ALWAYS_INLINE | CodePointIterator (const CharacterType *begin, const CharacterType *end) |
ALWAYS_INLINE | CodePointIterator (const CodePointIterator &begin, const CodePointIterator &end) |
ALWAYS_INLINE UChar32 | operator* () const |
ALWAYS_INLINE CodePointIterator & | operator++ () |
ALWAYS_INLINE bool | operator== (const CodePointIterator &other) const |
ALWAYS_INLINE bool | operator!= (const CodePointIterator &other) const |
ALWAYS_INLINE CodePointIterator & | operator= (const CodePointIterator &other) |
ALWAYS_INLINE bool | atEnd () const |
ALWAYS_INLINE size_t | codeUnitsSince (const CharacterType *reference) const |
ALWAYS_INLINE size_t | codeUnitsSince (const CodePointIterator &other) const |
template<> | |
ALWAYS_INLINE UChar32 | operator* () const |
template<> | |
ALWAYS_INLINE auto | operator++ () -> CodePointIterator & |
template<> | |
ALWAYS_INLINE UChar32 | operator* () const |
template<> | |
ALWAYS_INLINE auto | operator++ () -> CodePointIterator & |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
ALWAYS_INLINE UChar32 WebCore::CodePointIterator< CharacterType >::operator* | ( | ) | const |
ALWAYS_INLINE UChar32 WebCore::CodePointIterator< LChar >::operator* | ( | ) | const |
ALWAYS_INLINE UChar32 WebCore::CodePointIterator< UChar >::operator* | ( | ) | const |
ALWAYS_INLINE CodePointIterator& WebCore::CodePointIterator< CharacterType >::operator++ | ( | ) |
ALWAYS_INLINE auto WebCore::CodePointIterator< LChar >::operator++ | ( | ) | -> CodePointIterator& |
ALWAYS_INLINE auto WebCore::CodePointIterator< UChar >::operator++ | ( | ) | -> CodePointIterator& |
|
inline |
|
inline |