Home
last modified time | relevance | path

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

/optee_benchmark/libyaml/src/
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()
A Dwriter.c51 if (emitter->encoding == YAML_UTF8_ENCODING) in yaml_emitter_flush()
A Demitter.c505 emitter->encoding = YAML_UTF8_ENCODING; in yaml_emitter_emit_stream_start()
532 if (emitter->encoding != YAML_UTF8_ENCODING) { in yaml_emitter_emit_stream_start()
/optee_benchmark/libyaml/tests/run-test-suite/src/
A Dlibyaml-emitter.c48 ok = yaml_stream_start_event_initialize(&event, YAML_UTF8_ENCODING); in main()
/optee_benchmark/libyaml/tests/
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()
A Dexample-deconstructor-alt.c163 (yaml_char_t *)(encoding == YAML_UTF8_ENCODING ? "utf-8" : in main()
/optee_benchmark/
A Dmain.c154 if (!yaml_stream_start_event_initialize(&event, YAML_UTF8_ENCODING)) in init_emitter()
/optee_benchmark/libyaml/include/
A Dyaml.h103 YAML_UTF8_ENCODING, enumerator

Completed in 14 milliseconds