Home
last modified time | relevance | path

Searched refs:previous_range (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-bit-set-invertible.hh288 s.previous_range (&v, &old); in previous()
309 bool previous_range (hb_codepoint_t *first, hb_codepoint_t *last) const in previous_range() function
312 return s.previous_range (first, last); in previous_range()
Dhb-set.hh139 bool previous_range (hb_codepoint_t *first, hb_codepoint_t *last) const in previous_range() function
140 { return s.previous_range (first, last); } in previous_range()
Dhb-set.cc592 return set->previous_range (first, last); in hb_set_previous_range()
Dhb-bit-set.hh684 bool previous_range (hb_codepoint_t *first, hb_codepoint_t *last) const in previous_range() function
/third_party/node/deps/v8/src/compiler/
Doperation-typer.h41 Type WeakenRange(Type current_range, Type previous_range);
Doperation-typer.cc53 Type OperationTyper::WeakenRange(Type previous_range, Type current_range) { in WeakenRange() argument
102 if (current_min != previous_range.Min()) { in WeakenRange()
116 if (current_max != previous_range.Max()) { in WeakenRange()