OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:end_byte
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/ots/src/
cmap.cc
677
const uint32_t
end_byte
local
679
if (
end_byte
> length) {
688
const uint32_t
end_byte
local
692
end_byte
)).second) {
701
std::make_pair(
end_byte
, static_cast<uint8_t>(0) /* end */));
[
all
...]
ots.cc
471
uint32_t
end_byte
= tables[i].offset + tables[i].length;
local
474
end_byte
= ots::Round4(
end_byte
);
476
if (!
end_byte
||
end_byte
> length) {
Completed in 31 milliseconds