Searched refs:DataCacheElement (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dudata.cpp249 typedef struct DataCacheElement { struct
252 } DataCacheElement; typedef in typeref:struct:DataCacheElement
262 DataCacheElement *p = (DataCacheElement *)pDCEl;
297 DataCacheElement *el;
303 el = (DataCacheElement *)uhash_get(htable, baseName);
316 DataCacheElement *newElement;
320 DataCacheElement *oldValue = NULL;
327 /* Create a new DataCacheElement - the thingy we store in the hash table -
330 newElement = (DataCacheElement *)uprv_mallo
[all...]
/external/icu/icu4c/source/common/
H A Dudata.cpp249 typedef struct DataCacheElement { struct
252 } DataCacheElement; typedef in typeref:struct:DataCacheElement
262 DataCacheElement *p = (DataCacheElement *)pDCEl;
297 DataCacheElement *el;
303 el = (DataCacheElement *)uhash_get(htable, baseName);
316 DataCacheElement *newElement;
320 DataCacheElement *oldValue = NULL;
327 /* Create a new DataCacheElement - the thingy we store in the hash table -
330 newElement = (DataCacheElement *)uprv_mallo
[all...]

Completed in 360 milliseconds