Home
last modified time | relevance | path

Searched defs:add_range (Results 1 – 11 of 11) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-set-digest.hh68 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function
129 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function
Dhb-bit-page.hh54 void add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function
Dhb-set.hh86 bool add_range (hb_codepoint_t a, hb_codepoint_t b) { return s.add_range (a, b); } in add_range() function
Dhb-bit-set-invertible.hh99 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function
Dhb-bit-set.hh134 bool add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range() function
/external/perfetto/src/protozero/filtering/
Dfilter_bytecode_parser.cc86 auto add_range = [&](uint32_t id_start, uint32_t id_end, uint32_t msg_id) { in LoadInternal() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_prim_restart.c185 add_range(struct range_info *info, unsigned start, unsigned count) in add_range() function
/external/e2fsprogs/debugfs/
Dlogdump.c556 struct ext4_fc_add_range *add_range; in dump_fc_block() local
/external/e2fsprogs/e2fsck/
Djournal.c788 struct ext4_fc_add_range *add_range; in ext4_fc_handle_add_extent() local
/external/rust/crates/regex-automata/src/nfa/
Dcompiler.rs812 fn add_range(&self, start: u8, end: u8) -> StateID { in add_range() method
/external/fonttools/Lib/fontTools/feaLib/
Dast.py260 def add_range(self, start, end, glyphs): member in GlyphClass