Module icu_collections::char16trie::trie
source ยท Macrosยง
- trie_unwrap ๐A macro that takes an
Option
argument and either unwraps it if it has a value or causes the function to returnTrieResult::NoMatch
if there is no value. This could perhaps be done withstd::ops::Try
once stabilized.
Structsยง
- This struct represents a de-serialized
Char16Trie
that was exported from ICU binary data. - This struct represents an iterator over a
Char16Trie
.
Enumsยง
- An enum representing the return value from a lookup in
Char16Trie
.
Constantsยง
- MAX_ONE_UNIT_DELTA ๐
- MAX_ONE_UNIT_VALUE ๐
- MIN_LINEAR_MATCH ๐
- MIN_VALUE_LEAD ๐
- NODE_TYPE_MASK ๐
- VALUE_IS_FINAL ๐
Functionsยง
- skip_node_value ๐
- skip_value ๐
- u16_lead ๐
- u16_tail ๐