Searched refs:nodeLength (Results 1 – 1 of 1) sorted by relevance
120 unsigned nodeLength = nodeValue.length(); in process() local121 memcpy(p, nodeValue.characters(), nodeLength * sizeof(UChar)); in process()122 p += nodeLength; in process()