#include "unicode/utypes.h"
#include "unicode/stringpiece.h"
#include "unicode/uobject.h"
#include "unicode/ustringtrie.h"
Go to the source code of this file.
Namespaces | |
namespace | icu |
Data Structures | |
class | icu::BytesTrie |
Light-weight, non-const reader class for a BytesTrie. More... | |
class | icu::BytesTrie::State |
BytesTrie state object, for saving a trie's current state and resetting the trie back to this state later. More... | |
class | icu::BytesTrie::Iterator |
Iterator for all of the (byte sequence, value) pairs in a BytesTrie. More... |
Definition in file bytestrie.h.