Lines Matching defs:test
5 test (const FcChar8 *query, const FcPattern *expect)
34 if ((ret = test ((const FcChar8 *)"sans\\-serif", expect)) != 0)
40 if ((ret = test ((const FcChar8 *)"Foo-10", expect)) != 0)
47 if ((ret = test ((const FcChar8 *)"Foo,Bar-10", expect)) != 0)
53 if ((ret = test ((const FcChar8 *)"Foo:weight=medium", expect)) != 0)
59 if ((ret = test ((const FcChar8 *)"Foo:weight_medium", expect)) != 0)
64 if ((ret = test ((const FcChar8 *)":medium", expect)) != 0)
69 if ((ret = test ((const FcChar8 *)":weight=normal", expect)) != 0)
74 if ((ret = test ((const FcChar8 *)":width=normal", expect)) != 0)
81 if ((ret = test ((const FcChar8 *)":weight=[medium bold]", expect)) != 0)