Searched refs:shortLength (Results 1 – 2 of 2) sorted by relevance
67 const int shortLength = 'Hello'.length;69 System.socketRead(pair.second, shortLength);71 expect(shortReadResult.numBytes, equals(shortLength));72 expect(shortReadResult.bytes.lengthInBytes, equals(shortLength));79 expect(longReadResult.numBytes, equals(data.lengthInBytes - shortLength));
110 if (SkScalar shortLength = fWords.width() + nextShortWordLength; in lookAhead() local111 !breaker.breakLine(shortLength)) { in lookAhead()