Lines Matching defs:escape
558 const FcChar8 *escape)
563 if (escape && strchr ((char *) escape, (char) c))
565 if (!FcStrBufChar (buf, escape[0]))
577 FcChar8 *escape)
593 return FcNameUnparseString (buf, v.u.s, escape);
619 FcChar8 *escape)
623 if (!FcNameUnparseValue (buf, &v->value, escape))
642 FcNameUnparseEscaped (FcPattern *pat, FcBool escape)
654 if (!FcNameUnparseValueList (&buf, FcPatternEltValues(e), escape ? (FcChar8 *) FC_ESCAPE_FIXED : 0))
664 if (!FcNameUnparseValueList (&buf2, FcPatternEltValues(e), escape ? (FcChar8 *) FC_ESCAPE_FIXED : 0))
686 if (!FcNameUnparseString (&buf, (FcChar8 *) o->object, escape ? (FcChar8 *) FC_ESCAPE_VARIABLE : 0))
690 if (!FcNameUnparseValueList (&buf, FcPatternEltValues(e), escape ?