Fcitx
|
Helper class to iterate character, you need to validate the string before using it. More...
#include <fcitx-utils/utf8.h>
Public Member Functions | |
UTF8CharIterator (Iter iter, Iter end) | |
reference | operator* () const |
pointer | operator-> () const |
std::pair< Iter, Iter > | charRange () const |
size_t | charLength () const |
std::string_view | view () const |
UTF8CharIterator & | operator++ () |
UTF8CharIterator | operator++ (int) |
bool | operator== (const UTF8CharIterator &other) |
bool | operator!= (const UTF8CharIterator &other) |
Helper class to iterate character, you need to validate the string before using it.