Searched refs:test_f (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/unicode/ |
D | utf8-selftest.c | 33 #define test_f(cond, fmt, ...) _test(cond, __func__, __LINE__, fmt, ##__VA_ARGS__) macro 192 test_f((c == nfdi_test_data[i].dec[j]), in check_utf8_nfdi() 223 test_f((c == nfdicf_test_data[i].ncf[j]), in check_utf8_nfdicf() 243 test_f(!utf8_strncmp(table, &s1, &s2), in check_utf8_comparisons() 253 test_f(!utf8_strncasecmp(table, &s1, &s2), in check_utf8_comparisons()
|