OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DataCacheElement
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
udata.cpp
222
typedef struct
DataCacheElement
{
225
}
DataCacheElement
;
235
DataCacheElement
*p = (
DataCacheElement
*)pDCEl;
286
DataCacheElement
*el;
292
el = (
DataCacheElement
*)uhash_get(htable, baseName);
305
DataCacheElement
*newElement;
309
DataCacheElement
*oldValue = NULL;
316
/* Create a new
DataCacheElement
- the thingy we store in the hash table -
319
newElement = (
DataCacheElement
*)uprv_malloc(sizeof(DataCacheElement))
[
all
...]
/external/icu4c/common/
udata.cpp
246
typedef struct
DataCacheElement
{
249
}
DataCacheElement
;
259
DataCacheElement
*p = (
DataCacheElement
*)pDCEl;
310
DataCacheElement
*el;
316
el = (
DataCacheElement
*)uhash_get(htable, baseName);
329
DataCacheElement
*newElement;
333
DataCacheElement
*oldValue = NULL;
340
/* Create a new
DataCacheElement
- the thingy we store in the hash table -
343
newElement = (
DataCacheElement
*)uprv_malloc(sizeof(DataCacheElement))
[
all
...]
Completed in 423 milliseconds