Searched refs:is_xdigit (Results 1 – 6 of 6) sorted by relevance
187 is_xdigit(const std::locale& Loc=std::locale()) in is_xdigit() function306 using algorithm::is_xdigit;
137 TEST_CLASS( is_xdigit(), "ABC123", "XFD" ); in classification_test()
71 inline bool is_xdigit(char c) { in is_xdigit() function
308 if (!is_xdigit(cursor_[i])) in ParseHexNum()534 while (is_xdigit(*cursor_)) cursor_++; in Next()
2248 TEST_EQ(flatbuffers::is_xdigit(c), dec || hex); in IsAsciiUtilsTest()
603 boost/algorithm/is_xdigit.html