Home
last modified time | relevance | path

Searched defs:next_range (Results 1 – 8 of 8) sorted by relevance

/external/e2fsprogs/contrib/android/
Dblock_range.c31 struct block_range *next_range = list->head->next; in remove_head() local
/external/cronet/base/i18n/
Dbuild_utf8_validator_tables.cc401 uint8_t next_range = 0; in PrintStates() local
/external/libchrome/base/i18n/
Dbuild_utf8_validator_tables.cc406 uint8_t next_range = 0; in PrintStates() local
/external/harfbuzz_ng/src/
Dhb-set.hh138 bool next_range (hb_codepoint_t *first, hb_codepoint_t *last) const in next_range() function
Dhb-bit-set-invertible.hh294 bool next_range (hb_codepoint_t *first, hb_codepoint_t *last) const in next_range() function
Dhb-bit-set.hh683 bool next_range (hb_codepoint_t *first, hb_codepoint_t *last) const in next_range() function
/external/rust/crates/unicode-bidi/src/
Dlib.rs450 fn next_range(levels: &[level::Level], start_index: usize) -> Range<usize> { in reorder_visual() function
/external/rust/crates/protobuf-parse/src/pure/
Dparser.rs778 fn next_range(&mut self) -> anyhow::Result<FieldNumberRange> { in next_range() method