Searched defs:dataMemory (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/samples/udata/
H A Dreader.c84 const void *dataMemory = NULL; local
107 dataMemory = udata_getMemory(result);
109 intPointer = (uint16_t *)dataMemory;
/external/icu/icu4c/source/common/
H A Ducnv_bld.h98 const void *dataMemory; /* from udata_openChoice() - for cleanup */ member in struct:UConverterSharedData
H A Dudata.cpp847 UDataMemory dataMemory; local
859 UDataMemory_init(&dataMemory);
860 UDataMemory_setData(&dataMemory, data);
861 udata_checkCommonData(&dataMemory, pErrorCode);
866 setCommonICUData(&dataMemory, TRUE, pErrorCode);
954 UDataMemory dataMemory; local
966 if(uprv_mapFile(&dataMemory, pathBuffer))
968 pEntryData = checkDataItem(dataMemory.pHeader, isAcceptable, context, type, name, subErrorCode, pErrorCode);
973 pEntryData->mapAddr = dataMemory.mapAddr;
974 pEntryData->map = dataMemory
[all...]
H A Dusprep.cpp229 UDataMemory *dataMemory; local
241 dataMemory=udata_openChoice(path, type, name, isSPrepAcceptable, NULL, errorCode);
246 p=(const int32_t *)udata_getMemory(dataMemory);
253 udata_close(dataMemory);
260 profile->sprepData=dataMemory;
261 dataMemory=NULL;
279 udata_close(dataMemory);
287 udata_close(dataMemory);
293 if(dataMemory!=NULL) {
294 udata_close(dataMemory); /* NUL
[all...]

Completed in 184 milliseconds