Home
last modified time | relevance | path

Searched refs:test_char (Results 1 - 8 of 8) sorted by relevance

/third_party/rust/crates/syn/tests/
H A Dtest_lit.rs122 fn test_char(s: &str, value: char) { in chars() functions
128 test_char(&again, value); in chars()
135 test_char("'a'", 'a'); in chars()
136 test_char("'\\n'", '\n'); in chars()
137 test_char("'\\r'", '\r'); in chars()
138 test_char("'\\t'", '\t'); in chars()
139 test_char("'?'", '?'); // NOTE: This is an emoji in chars()
140 test_char("'\\''", '\''); in chars()
141 test_char("'\"'", '"'); in chars()
142 test_char("'\\ in chars()
[all...]
/third_party/python/Lib/ctypes/test/
H A Dtest_repr.py24 def test_char(self): member in ReprTest
H A Dtest_callbacks.py92 def test_char(self): member in Callbacks
/third_party/rust/crates/unicode-width/src/
H A Dtests.rs138 fn test_char() { in test_char() functions
/third_party/openssl/test/
H A Dtest_test.c79 static int test_char(void) in test_char() function
557 ADD_TEST(test_char); in setup_tests()
/third_party/opencl-headers/tests/
H A Dtest_headers.c22 int test_char() in test_char() function
628 test_char(); in main()
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_ser.rs106 fn test_char() { in test_char() functions
H A Dtest_de.rs857 fn test_char() { in test_char() functions

Completed in 7 milliseconds