Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 17 of 17) sorted by relevance

/petsc/src/sys/yaml/src/
H A Dreader.c64 parser->encoding = YAML_UTF16LE_ENCODING; in yaml_parser_determine_encoding()
70 parser->encoding = YAML_UTF16BE_ENCODING; in yaml_parser_determine_encoding()
76 parser->encoding = YAML_UTF8_ENCODING; in yaml_parser_determine_encoding()
81 parser->encoding = YAML_UTF8_ENCODING; in yaml_parser_determine_encoding()
156 if (!parser->encoding) { in yaml_parser_update_buffer()
200 switch (parser->encoding) in yaml_parser_update_buffer()
298 low = (parser->encoding == YAML_UTF16LE_ENCODING ? 0 : 1); in yaml_parser_update_buffer()
299 high = (parser->encoding == YAML_UTF16LE_ENCODING ? 1 : 0); in yaml_parser_update_buffer()
H A Dapi.c316 yaml_parser_set_encoding(yaml_parser_t *parser, yaml_encoding_t encoding) in yaml_parser_set_encoding() argument
319 assert(!parser->encoding); /* Encoding is already set or detected. */ in yaml_parser_set_encoding()
321 parser->encoding = encoding; in yaml_parser_set_encoding()
H A Dyaml_private.h507 (token).data.stream_start.encoding = (token_encoding))
553 (event).data.stream_start.encoding = (event_encoding))
H A Dparser.c326 STREAM_START_EVENT_INIT(*event, token->data.stream_start.encoding, in yaml_parser_parse_stream_start()
H A Dscanner.c1312 STREAM_START_TOKEN_INIT(token, parser->encoding, in yaml_parser_fetch_stream_start()
/petsc/lib/petsc/bin/
H A Dextract.py9 encoding = 'utf8' variable
17 codefile = codecs.open(filename, 'r', encoding)
/petsc/src/sys/yaml/include/
H A Dyaml.h239 yaml_encoding_t encoding; member
356 yaml_encoding_t encoding; member
860 yaml_encoding_t encoding; member
1073 yaml_parser_set_encoding(yaml_parser_t *parser, yaml_encoding_t encoding);
/petsc/systems/Apple/OSX/bin/
H A Dmakedocs13 <?xml version="1.0" encoding="UTF-8"?>
30 <?xml version="1.0" encoding="UTF-8"?>
140 <?xml version="1.0" encoding="UTF-8"?>
H A Dmakeframework44 <?xml version="1.0" encoding="UTF-8"?>
/petsc/systems/Apple/iOS/bin/
H A Dmakedocs13 <?xml version="1.0" encoding="UTF-8"?>
30 <?xml version="1.0" encoding="UTF-8"?>
140 <?xml version="1.0" encoding="UTF-8"?>
H A Dmakeframework40 <?xml version="1.0" encoding="UTF-8"?>
/petsc/doc/
H A Dbuild_man_pages.py57 sp = subprocess.run(command, cwd=dir, capture_output=True, encoding='UTF-8', check=True)
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDM.pyx1829 """Set the `Section` encoding the local data layout for the `DM`.
1841 """Return the `Section` encoding the local data layout for the `DM`.
1856 """Set the `Section` encoding the global data layout for the `DM`.
1868 """Return the `Section` encoding the global data layout for the `DM`.
1892 """Create the `SF` encoding the parallel DOF overlap for the `DM`.
1915 """Return the `Section` encoding the parallel DOF overlap.
1930 """Set the `Section` encoding the parallel DOF overlap for the `DM`.
1946 """Return the `SF` encoding the parallel DOF overlap for the `DM`.
1961 """Set the `SF` encoding the parallel DOF overlap for the `DM`.
/petsc/config/BuildSystem/
H A Dscript.py177 out = out.decode(encoding='UTF-8',errors='replace')
178 err = err.decode(encoding='UTF-8',errors='replace')
/petsc/src/binding/petsc4py/
H A Dmakefile107 RST2HTMLOPTS = --input-encoding=utf-8
/petsc/src/binding/petsc4py/docs/ipynb/
H A Ddmplex.ipynb146 …"Note that the numbering is completely different from our original mesh encoding. Here we summariz…
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas1917 (dpm/io/xml-encoding "iso-8859-1")