Lines Matching refs:UTrie
8 * file name: utrie.h
132 * Runtime UTrie callback function.
151 struct UTrie {
173 typedef struct UTrie UTrie;
261 /* Public UTrie API ---------------------------------------------------------*/
269 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
280 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
289 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
299 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
310 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
321 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
332 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
343 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
353 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
366 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
379 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
392 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
404 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
414 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
425 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
436 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
489 utrie_enum(const UTrie *trie,
495 * Fills the UTrie runtime trie structure with the settings for the trie data.
504 utrie_unserialize(UTrie *trie, const void *data, int32_t length, UErrorCode *pErrorCode);
527 utrie_unserializeDummy(UTrie *trie,
534 * Default implementation for UTrie.getFoldingOffset, set automatically by
538 * Exported for static const UTrie structures.
588 * - such that UTrie.getFoldingOffset(UNewTrieGetFoldedValue(..., offset))==offset
734 * Swap a serialized UTrie.