HomeSort by relevance Sort by last modified time
    Searched refs:remainingLength (Results 1 - 2 of 2) sorted by null

  /external/webkit/LayoutTests/http/tests/resources/
post-and-verify-hybrid.cgi 32 $remainingLength = $values{'length'};
46 $data = substr($data, 0, $remainingLength) if ($remainingLength > 0);
58 if ($remainingLength > 0) {
59 read(FILE, $data, $remainingLength);
68 if ($remainingLength > 0) {
69 $remainingLength -= length($data);
70 last if $remainingLength <= 0;
  /external/icu4c/i18n/
zstrfmt.cpp     [all...]

Completed in 34 milliseconds