#include "unicode/utypes.h"
#include "unicode/ucharstrie.h"
#include "unicode/unistr.h"
#include "uvectr32.h"
U_NAMESPACE_BEGIN
UCharsTrie::Iterator::Iterator(ConstChar16Ptr trieUChars, int32_t maxStringLength,
UErrorCode &errorCode)
: … { … }
UCharsTrie::Iterator::Iterator(const UCharsTrie &trie, int32_t maxStringLength,
UErrorCode &errorCode)
: … { … }
UCharsTrie::Iterator::~Iterator() { … }
UCharsTrie::Iterator &
UCharsTrie::Iterator::reset() { … }
UBool
UCharsTrie::Iterator::hasNext() const { … }
UBool
UCharsTrie::Iterator::next(UErrorCode &errorCode) { … }
const char16_t *
UCharsTrie::Iterator::branchNext(const char16_t *pos, int32_t length, UErrorCode &errorCode) { … }
U_NAMESPACE_END