Home
last modified time | relevance | path

Searched defs:is_digit0 (Results 1 – 2 of 2) sorted by relevance

/external/sdv/vsomeip/third_party/boost/property_tree/include/boost/property_tree/json_parser/detail/
Dnarrow_encoding.hpp28 bool is_digit0(char c) const { return c >= '1' && c <= '9'; } in is_digit0() function
Dwide_encoding.hpp28 bool is_digit0(wchar_t c) const { return c >= L'1' && c <= L'9'; } in is_digit0() function