Home | History | Annotate | Download | only in common

Lines Matching defs:memory

85  * Open a frozen trie from its serialized from, stored in 32-bit-aligned memory.
87 * The memory must remain valid and unchanged as long as the trie is used.
92 * @param data a pointer to 32-bit-aligned memory containing the serialized form of a UTrie2
238 * Close a trie and release associated memory.
309 * Serialize a frozen trie into 32-bit aligned memory.
314 * @param data a pointer to 32-bit-aligned memory to be filled with the trie data,
334 * Get the UTrie version from 32-bit-aligned memory containing the serialized form
337 * @param data a pointer to 32-bit-aligned memory containing the serialized form
706 void *memory; /* serialized bytes; NULL if not frozen yet */
707 int32_t length; /* number of serialized bytes at memory; 0 if not frozen yet */
708 UBool isMemoryOwned; /* TRUE if the trie owns the memory */