Lines Matching defs:test
31 test (hb_codepoint_t cp, unsigned int bit)
46 test (0x0000, 0);
47 test (0x0042, 0);
48 test (0x007F, 0);
49 test (0x0080, 1);
51 test (0x30A0, 50);
52 test (0x30B1, 50);
53 test (0x30FF, 50);
55 test (0x10FFFD, 90);
57 test (0x30000, -1);
58 test (0x110000, -1);