Home
last modified time | relevance | path

Searched defs:previous_range (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-set.hh139 bool previous_range (hb_codepoint_t *first, hb_codepoint_t *last) const in previous_range() function
Dhb-bit-set-invertible.hh309 bool previous_range (hb_codepoint_t *first, hb_codepoint_t *last) const in previous_range() function
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.cc53 Type OperationTyper::WeakenRange(Type previous_range, Type current_range) { in WeakenRange()