Home | History | Annotate | Download | only in common

Lines Matching defs:UDataMemory

12  *  UDataMemory     A class-like struct that serves as a handle to a piece of memory
16 * a UDataMemory * is returned.
25 struct UDataMemory {
29 /* UDataMemory object. */
32 UBool heapAllocated; /* True if this UDataMemory Object is on the */
45 UDataMemory *UDataMemory_createNewInstance(UErrorCode *pErr);
46 void UDatamemory_assign (UDataMemory *dest, UDataMemory *source);
47 void UDataMemory_init (UDataMemory *This);
48 UBool UDataMemory_isLoaded(UDataMemory *This);
49 void UDataMemory_setData (UDataMemory *This, const void *dataAddr);
55 udata_getLength(const UDataMemory *pData);
58 udata_getRawMemory(const UDataMemory *pData);