Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp1280 char** clonedArray = reinterpret_cast<char**>(buffer); in ExpatParser_cloneAttributes() local
1281 clonedArray[count] = NULL; // null terminate in ExpatParser_cloneAttributes()
1289 clonedArray[i] = destinationString; in ExpatParser_cloneAttributes()