Home
last modified time | relevance | path

Searched refs:is_xdigit (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/algorithm/string/
Dclassification.hpp187 is_xdigit(const std::locale& Loc=std::locale()) in is_xdigit() function
306 using algorithm::is_xdigit;
/third_party/boost/libs/algorithm/string/test/
Dpredicate_test.cpp137 TEST_CLASS( is_xdigit(), "ABC123", "XFD" ); in classification_test()
/third_party/flatbuffers/include/flatbuffers/
Dutil.h71 inline bool is_xdigit(char c) { in is_xdigit() function
/third_party/flatbuffers/src/
Didl_parser.cpp308 if (!is_xdigit(cursor_[i])) in ParseHexNum()
534 while (is_xdigit(*cursor_)) cursor_++; in Next()
/third_party/flatbuffers/tests/
Dtest.cpp2248 TEST_EQ(flatbuffers::is_xdigit(c), dec || hex); in IsAsciiUtilsTest()
/third_party/boost/doc/html/
Ddoc_HTML.manifest603 boost/algorithm/is_xdigit.html