Home
last modified time | relevance | path

Searched refs:lower_bound (Results 1 – 3 of 3) sorted by relevance

/external/opencore/oscl/oscl/osclbase/src/
Doscl_map.h283 iterator lower_bound(const key_type& x) in lower_bound() function
285 return t.lower_bound(x); in lower_bound()
290 const_iterator lower_bound(const key_type& x) const in lower_bound() function
292 return t.lower_bound(x); in lower_bound()
Doscl_tree.h602 iterator lower_bound(const Key& k) in lower_bound() function
620 const_iterator lower_bound(const Key& k) const in lower_bound() function
676 return Oscl_Pair<iterator, iterator>(lower_bound(k), upper_bound(k)); in equal_range()
681 return Oscl_Pair<const_iterator, const_iterator>(lower_bound(k), upper_bound(k)); in equal_range()
/external/clearsilver/util/regex/
Dregex.c2359 int lower_bound = -1, upper_bound = -1; local
2371 GET_UNSIGNED_NUMBER (lower_bound);
2380 upper_bound = lower_bound;
2382 if (lower_bound < 0 || upper_bound > RE_DUP_MAX
2383 || lower_bound > upper_bound)
2452 lower_bound);
2459 insert_op2 (set_number_at, laststart, 5, lower_bound, b);