Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/common/
Dudata.cpp824 UDataMemory copyPData; in extendICUData() local
850 UDataMemory_init(&copyPData); in extendICUData()
852 UDatamemory_assign(&copyPData, pData); in extendICUData()
853 copyPData.map = 0; /* The mapping for this data is owned by the hash table */ in extendICUData()
854 copyPData.mapAddr = 0; /* which will unmap it when ICU is shut down. */ in extendICUData()
861 setCommonICUData(&copyPData,/* The new common data. */ in extendICUData()
/third_party/node/deps/icu-small/source/common/
Dudata.cpp824 UDataMemory copyPData; in extendICUData() local
850 UDataMemory_init(&copyPData); in extendICUData()
852 UDatamemory_assign(&copyPData, pData); in extendICUData()
853 copyPData.map = 0; /* The mapping for this data is owned by the hash table */ in extendICUData()
854 copyPData.mapAddr = 0; /* which will unmap it when ICU is shut down. */ in extendICUData()
861 setCommonICUData(&copyPData,/* The new common data. */ in extendICUData()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dudata.cpp820 UDataMemory copyPData; in extendICUData() local
846 UDataMemory_init(&copyPData); in extendICUData()
848 UDatamemory_assign(&copyPData, pData); in extendICUData()
849 copyPData.map = 0; /* The mapping for this data is owned by the hash table */ in extendICUData()
850 copyPData.mapAddr = 0; /* which will unmap it when ICU is shut down. */ in extendICUData()
857 setCommonICUData(&copyPData,/* The new common data. */ in extendICUData()
/third_party/icu/icu4c/source/common/
Dudata.cpp824 UDataMemory copyPData; in extendICUData() local
850 UDataMemory_init(&copyPData); in extendICUData()
852 UDatamemory_assign(&copyPData, pData); in extendICUData()
853 copyPData.map = 0; /* The mapping for this data is owned by the hash table */ in extendICUData()
854 copyPData.mapAddr = 0; /* which will unmap it when ICU is shut down. */ in extendICUData()
861 setCommonICUData(&copyPData,/* The new common data. */ in extendICUData()