HomeSort by relevance Sort by last modified time
    Searched refs:dataMemory (Results 1 - 6 of 6) sorted by null

  /external/icu4c/samples/udata/
reader.c 84 const void *dataMemory = NULL;
107 dataMemory = udata_getMemory(result);
109 intPointer = (uint16_t *)dataMemory;
  /external/icu4c/common/
udata.cpp 831 UDataMemory dataMemory;
843 UDataMemory_init(&dataMemory);
844 UDataMemory_setData(&dataMemory, data);
845 udata_checkCommonData(&dataMemory, pErrorCode);
850 setCommonICUData(&dataMemory, TRUE, pErrorCode);
    [all...]
usprep.cpp 237 UDataMemory *dataMemory;
249 dataMemory=udata_openChoice(path, type, name, isSPrepAcceptable, NULL, errorCode);
254 p=(const int32_t *)udata_getMemory(dataMemory);
261 udata_close(dataMemory);
268 profile->sprepData=dataMemory;
269 dataMemory=NULL;
287 udata_close(dataMemory);
295 udata_close(dataMemory);
301 if(dataMemory!=NULL) {
302 udata_close(dataMemory); /* NULL if it was set correctly *
    [all...]
ucnv_bld.h 97 const void *dataMemory; /* from udata_openChoice() - for cleanup */
ucnv_bld.c 294 data->dataMemory = (void*)pData; /* for future use */
497 if(deadSharedData->dataMemory != NULL)
499 UDataMemory *data = (UDataMemory*)deadSharedData->dataMemory;
    [all...]
ucnvmbcs.c     [all...]

Completed in 58 milliseconds