OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:byteRange
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/network/
HTTPParsers.cpp
501
String
byteRange
= range.substring(sizeof(bytesStart) - 1);
504
int index =
byteRange
.find('-');
512
String suffixLengthString =
byteRange
.substring(index + 1).stripWhiteSpace();
524
String firstBytePosStr =
byteRange
.left(index).stripWhiteSpace();
530
String lastBytePosStr =
byteRange
.substring(index + 1).stripWhiteSpace();
/external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py
586
byteRange
= self._getByteRange(row, bitDepth, metrics)
587
data = self.imageData[slice(*
byteRange
)]
Completed in 105 milliseconds