Searched defs:UTrie (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
H A Dutrie.h134 * Runtime UTrie callback function.
153 struct UTrie { struct
175 typedef struct UTrie UTrie; typedef in typeref:struct:UTrie
263 /* Public UTrie API ---------------------------------------------------------*/
271 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
282 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
291 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
301 * @param trie (const UTrie *, in) a pointer to the runtime trie structure
312 * @param trie (const UTrie *, i
[all...]
H A Dutrie2.h28 struct UTrie; /* forward declaration */
30 typedef struct UTrie UTrie; typedef in typeref:struct:UTrie
41 * Compared with UTrie version 1:
46 * - The "folding" mechanism is removed. In UTrie version 1, this somewhat
331 * Get the UTrie version from 32-bit-aligned memory containing the serialized form
332 * of either a UTrie (version 1) or a UTrie2 (version 2).
335 * of a UTrie, version 1 or 2
340 * @return the UTrie version of the serialized form, or 0 if it is not
341 * recognized as a serialized UTrie
[all...]

Completed in 166 milliseconds