Searched refs:segmentLength (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsBinaryStream.cpp549 PRUint32 segmentLength = aCount / sizeof(PRUnichar); local
552 memcpy(cursor, unicodeSegment, segmentLength * sizeof(PRUnichar));
553 PRUnichar *end = cursor + segmentLength;

Completed in 72 milliseconds