OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EntryExitRecord
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/layout/
CursiveAttachmentSubtables.h
24
struct
EntryExitRecord
33
EntryExitRecord
entryExitRecords[ANY_NUMBER];
CursiveAttachmentSubtables.cpp
23
LEReferenceToArrayOf<
EntryExitRecord
>
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
876
struct
EntryExitRecord
920
const
EntryExitRecord
&this_record =
entryExitRecord
[(this+coverage).get_coverage (buffer->cur().codepoint)];
927
const
EntryExitRecord
&next_record =
entryExitRecord
[(this+coverage).get_coverage (buffer->info[skippy_iter.idx].codepoint)];
1018
return_trace (coverage.sanitize (c, this) &&
entryExitRecord
.sanitize (c, this));
1026
ArrayOf<
EntryExitRecord
>
1027
entryExitRecord
; /* Array of EntryExit records--in
1030
DEFINE_SIZE_ARRAY (6,
entryExitRecord
);
[
all
...]
/external/fonttools/Lib/fontTools/
subset.py
253
self.
EntryExitRecord
= [self.
EntryExitRecord
[i] for i in indices]
254
self.EntryExitCount = len(self.
EntryExitRecord
)
268
for rec in self.
EntryExitRecord
:
[
all
...]
Completed in 112 milliseconds