Home
last modified time | relevance | path

Searched refs:copyPData (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Dudata.cpp809 UDataMemory copyPData; in extendICUData() local
835 UDataMemory_init(&copyPData); in extendICUData()
837 UDatamemory_assign(&copyPData, pData); in extendICUData()
838 copyPData.map = 0; /* The mapping for this data is owned by the hash table */ in extendICUData()
839 copyPData.mapAddr = 0; /* which will unmap it when ICU is shut down. */ in extendICUData()
846 setCommonICUData(&copyPData,/* The new common data. */ in extendICUData()