Searched refs:test_f (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/fs/unicode/ |
D | utf8-selftest.c | 35 #define test_f(cond, fmt, ...) _test(cond, __func__, __LINE__, fmt, ##__VA_ARGS__) macro 189 test_f((c == nfdi_test_data[i].dec[j]), in check_utf8_nfdi() 225 test_f((c == nfdicf_test_data[i].ncf[j]), in check_utf8_nfdicf() 252 test_f(!utf8_strncmp(table, &s1, &s2), in check_utf8_comparisons() 262 test_f(!utf8_strncasecmp(table, &s1, &s2), in check_utf8_comparisons()
|