Home
last modified time | relevance | path

Searched refs:get_iterator (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/heck/src/
H A Dlib.rs69 fn get_iterator(s: &str) -> unicode_segmentation::UnicodeWords { in get_iterator() functions
74 fn get_iterator(s: &str) -> impl Iterator<Item = &str> { in get_iterator() functions
110 for word in get_iterator(s) { in transform()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-glyf-table.hh679 composite_iter_t get_iterator () const in get_iterator() function
687 for (auto &item : get_iterator ()) in instructions_length()
703 for (const auto &_ : get_iterator ()) in drop_hints()
724 return CompositeGlyph (*header, bytes).get_iterator (); in get_composite_iterator()
778 unsigned num_points = hb_len (CompositeGlyph (*header, bytes).get_iterator ()); in get_points()

Completed in 4 milliseconds