Searched refs:stringLength (Results 1 – 1 of 1) sorted by relevance
1287 int stringLength = stringLengths[i]; in ExpatParser_cloneAttributes() local1288 memcpy(destinationString, sourceString, stringLength + 1); in ExpatParser_cloneAttributes()1290 destinationString += stringLength + 1; in ExpatParser_cloneAttributes()