Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/common/
Dudata.c867 UDataMemory copyPData; in extendICUData() local
882 UDataMemory_init(&copyPData); in extendICUData()
884 UDatamemory_assign(&copyPData, pData); in extendICUData()
885 copyPData.map = 0; /* The mapping for this data is owned by the hash table */ in extendICUData()
886 copyPData.mapAddr = 0; /* which will unmap it when ICU is shut down. */ in extendICUData()
892 setCommonICUData(&copyPData, /* The new common data. */ in extendICUData()
/external/icu4c/common/
Dudata.c917 UDataMemory copyPData; in extendICUData() local
945 UDataMemory_init(&copyPData); in extendICUData()
947 UDatamemory_assign(&copyPData, pData); in extendICUData()
948 copyPData.map = 0; /* The mapping for this data is owned by the hash table */ in extendICUData()
949 copyPData.mapAddr = 0; /* which will unmap it when ICU is shut down. */ in extendICUData()
956 setCommonICUData(&copyPData,/* The new common data. */ in extendICUData()