Searched refs:IS_PRINTABLE (Results 1 – 2 of 2) sorted by relevance
1601 if (!IS_PRINTABLE(string) in yaml_emitter_analyze_scalar()2064 if (!IS_PRINTABLE(string) || (!emitter->unicode && !IS_ASCII(string)) in yaml_emitter_write_double_quoted_scalar()
279 #define IS_PRINTABLE(string) IS_PRINTABLE_AT((string),0) macro