Searched refs:totalLength (Results 1 – 2 of 2) sorted by relevance
266 sal_uInt32 totalLength = 0; in _getTotalFilterLength() local268 totalLength += _getLengthFilter( nextFilter ); in _getTotalFilterLength()270 return ( totalLength > 0 ) ? totalLength + 1 : totalLength; in _getTotalFilterLength()
173 int totalLength = data.length; in parseText() local197 for (int i = 0; i < totalLength; i++) { in parseText()
Completed in 15 milliseconds