Lines Matching defs:memory
79 * Open a frozen trie from its serialized from, stored in 32-bit-aligned memory.
81 * The memory must remain valid and unchanged as long as the trie is used.
86 * @param data a pointer to 32-bit-aligned memory containing the serialized form of a UTrie2
232 * Close a trie and release associated memory.
303 * Serialize a frozen trie into 32-bit aligned memory.
308 * @param data a pointer to 32-bit-aligned memory to be filled with the trie data,
328 * Get the UTrie version from 32-bit-aligned memory containing the serialized form
331 * @param data a pointer to 32-bit-aligned memory containing the serialized form
703 void *memory; /* serialized bytes; NULL if not frozen yet */
704 int32_t length; /* number of serialized bytes at memory; 0 if not frozen yet */
705 UBool isMemoryOwned; /* TRUE if the trie owns the memory */