OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UDataMemory
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
udatamem.h
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
U_CFUNC
UDataMemory
*UDataMemory_createNewInstance(UErrorCode *pErr);
46
U_CFUNC void UDatamemory_assign (
UDataMemory
*dest,
UDataMemory
*source);
47
U_CFUNC void UDataMemory_init (
UDataMemory
*This);
48
U_CFUNC UBool UDataMemory_isLoaded(const
UDataMemory
*This)
[
all
...]
/external/icu/icu4c/source/common/unicode/
udata.h
156
typedef struct
UDataMemory
UDataMemory
;
198
U_STABLE
UDataMemory
* U_EXPORT2
250
U_STABLE
UDataMemory
* U_EXPORT2
263
udata_close(
UDataMemory
*pData);
271
* "Smart pointer" class, closes a
UDataMemory
via udata_close().
278
U_DEFINE_LOCAL_OPEN_POINTER(LocalUDataMemoryPointer,
UDataMemory
, udata_close);
294
udata_getMemory(
UDataMemory
*pData);
315
udata_getInfo(
UDataMemory
*pData, UDataInfo *pInfo);
Completed in 323 milliseconds