Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-set.hh137 bool next_range (hb_codepoint_t *first, hb_codepoint_t *last) const in next_range() function
Dhb-bit-set-invertible.hh293 bool next_range (hb_codepoint_t *first, hb_codepoint_t *last) const in next_range() function
Dhb-bit-set.hh666 bool next_range (hb_codepoint_t *first, hb_codepoint_t *last) const in next_range() function
/third_party/node/deps/v8/src/regexp/
Dregexp-compiler-tonode.cc1368 CharacterRange next_range = ranges->at(i); in RationalizeConsecutiveAtoms() local