MinitScript
0.9.31 PRE-BETA
|
This is the complete list of members for UTF8CharacterIterator, including all inherited members.
addCacheEntry() const | UTF8CharacterIterator | inlineprivate |
binaryPosition | UTF8CharacterIterator | mutableprivate |
cache | UTF8CharacterIterator | mutableprivate |
characterPosition | UTF8CharacterIterator | mutableprivate |
getBinaryPosition() const | UTF8CharacterIterator | inline |
getCharacterPosition() const | UTF8CharacterIterator | inline |
hasNext() const | UTF8CharacterIterator | inline |
next() const | UTF8CharacterIterator | inline |
reset() const | UTF8CharacterIterator | inline |
seekBinaryPosition(int64_t position) const | UTF8CharacterIterator | inline |
seekCharacterPosition(int64_t position) const | UTF8CharacterIterator | inline |
stringView | UTF8CharacterIterator | private |
UTF8CharacterIterator(const string_view &stringView, UTF8PositionCache *cache=nullptr) | UTF8CharacterIterator | inline |