OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sub_array
(Results
1 - 4
of
4
) sorted by null
/art/runtime/mirror/
array.cc
63
Array*
sub_array
= RecursiveCreateMultiArray(self, h_component_type,
local
65
if (UNLIKELY(
sub_array
== nullptr)) {
70
new_array->AsObjectArray<Array>()->Set<false, false>(i,
sub_array
);
/external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh
65
const USHORT *array = points.
sub_array
(start_offset, point_count);
218
const OffsetTo<CaretValue> *array = carets.
sub_array
(start_offset, caret_count);
hb-ot-layout-common-private.hh
110
const Record<Type> *arr = this->
sub_array
(start_offset, record_count);
182
const USHORT *arr = this->
sub_array
(start_offset, _count);
[
all
...]
hb-open-type-private.hh
832
const Type *
sub_array
(unsigned int start_offset, unsigned int *pcount /* IN/OUT */) const
function in struct:OT::ArrayOf
Completed in 1566 milliseconds