Home
last modified time | relevance | path

Searched refs:is_between (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/src/utils/
DSkParse.cpp13 static inline bool is_between(int c, int min, int max) in is_between() function
20 return is_between(c, 1, 32); in is_ws()
25 return is_between(c, '0', '9'); in is_digit()
39 if (is_between(c, 'a', 'f')) in to_hex()
DSkParsePath.cpp10 static inline bool is_between(int c, int min, int max) { in is_between() function
15 return is_between(c, 1, 32); in is_ws()
19 return is_between(c, '0', '9'); in is_digit()
27 return is_between(c, 'a', 'z'); in is_lower()
/third_party/skia/src/utils/
DSkParse.cpp13 static inline bool is_between(int c, int min, int max) in is_between() function
20 return is_between(c, 1, 32); in is_ws()
25 return is_between(c, '0', '9'); in is_digit()
39 if (is_between(c, 'a', 'f')) in to_hex()
DSkParsePath.cpp10 static inline bool is_between(int c, int min, int max) { in is_between() function
15 return is_between(c, 1, 32); in is_ws()
19 return is_between(c, '0', '9'); in is_digit()
27 return is_between(c, 'a', 'z'); in is_lower()
/third_party/boost/boost/container/detail/
Dnode_pool_impl.hpp168 (is_between(addr, blocksize), push_in_list(free_nodes, last_it)); in deallocate_free_blocks()
261 struct is_between struct in boost::container::dtl::private_node_pool_impl
266 is_between(const void *addr, std::size_t size) in is_between() function
/third_party/flutter/skia/experimental/svg/model/
DSkSVGAttributeParser.cpp16 inline bool is_between(char c, char min, char max) { in is_between() function
26 return is_between(c, 1, 32); in is_ws()
/third_party/skia/modules/svg/src/
DSkSVGAttributeParser.cpp17 inline bool is_between(char c, char min, char max) { in is_between() function
27 return is_between(c, 1, 32); in is_ws()