Home
last modified time | relevance | path

Searched refs:YAML_UTF8_ENCODING (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/libyaml/src/
H A Dreader.c78 parser->encoding = YAML_UTF8_ENCODING; in yaml_parser_determine_encoding()
83 parser->encoding = YAML_UTF8_ENCODING; in yaml_parser_determine_encoding()
206 case YAML_UTF8_ENCODING: in yaml_parser_update_buffer()
H A Dwriter.c51 if (emitter->encoding == YAML_UTF8_ENCODING) in yaml_emitter_flush()
H A Demitter.c506 emitter->encoding = YAML_UTF8_ENCODING; in yaml_emitter_emit_stream_start()
533 if (emitter->encoding != YAML_UTF8_ENCODING) { in yaml_emitter_emit_stream_start()
/freebsd/contrib/libyaml/tests/
H A Drun-emitter-test-suite.c91 ok = yaml_stream_start_event_initialize(&event, YAML_UTF8_ENCODING); in main()
H A Dexample-deconstructor.c94 if (!yaml_stream_start_event_initialize(&output_event, YAML_UTF8_ENCODING)) in main()
184 (yaml_char_t *)(encoding == YAML_UTF8_ENCODING ? "utf-8" : in main()
H A Dexample-deconstructor-alt.c163 (yaml_char_t *)(encoding == YAML_UTF8_ENCODING ? "utf-8" : in main()
/freebsd/contrib/libyaml/include/
H A Dyaml.h103 YAML_UTF8_ENCODING, enumerator