Searched refs:TEST_STRIREPLACE (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavutil/tests/ |
H A D | avstring.c | 97 #define TEST_STRIREPLACE(haystack, needle, expected) \ in main() macro 107 TEST_STRIREPLACE(haystack, needle [0], "Education consists mainly in what we have uninstead"); in main() 108 TEST_STRIREPLACE(haystack, needle [1], "Education consists mainly in what we have instead"); in main() 109 TEST_STRIREPLACE(haystack, needle [2], "Education consists mainly in what we have instead."); in main() 110 TEST_STRIREPLACE(haystack, needle [1], "Education consists mainly in what we have instead"); in main()
|
Completed in 1 milliseconds