Searched refs:test_from (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/locale/test/ |
D | test_utf.cpp | 110 void test_from(CharType const *str,unsigned codepoint) in test_from() function 218 test_from("\x7f",0x7f); in main() 219 test_from("\xc2\x80",0x80); in main() 220 test_from("\xdf\xbf",0x7ff); in main() 221 test_from("\xe0\xa0\x80",0x800); in main() 222 test_from("\xef\xbf\xbf",0xffff); in main() 223 test_from("\xf0\x90\x80\x80",0x10000); in main() 224 test_from("\xf4\x8f\xbf\xbf",0x10ffff); in main()
|
D | test_codepage_converter.cpp | 58 bool test_from(boost::locale::util::base_converter &cvt,unsigned codepoint,char const *str) in test_from() function 80 #define TEST_FROM(str,codepoint) TEST(test_from(*cvt,codepoint,str))
|
/third_party/python/Lib/lib2to3/tests/ |
D | test_fixers.py | 3892 def test_from(self): member in Test_import
|
/third_party/python/Lib/test/ |
D | test_mailbox.py | 1542 def test_from(self): member in _TestMboxMMDFMessage
|