Searched refs:TEST_INC (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/locale/test/ |
D | test_codepage_converter.cpp | 81 #define TEST_INC(codepoint,len) TEST(test_incomplete(*cvt,codepoint,len)) macro 106 TEST_INC(0x30d2,1); // Full width katakana Hi ヒ in test_shiftjis() 107 TEST_INC(0x3072,1); // Full width hiragana Hi ひ in test_shiftjis() 238 TEST_INC(0x7FF,1); in main() 240 TEST_INC(0x800,2); in main() 241 TEST_INC(0x800,1); in main() 243 TEST_INC(0x10000,3); in main() 244 TEST_INC(0x10000,2); in main() 245 TEST_INC(0x10000,1); in main()
|