Home
last modified time | relevance | path

Searched refs:_multibytecodec_state (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/cjkcodecs/
H A Dmultibytecodec.c22 } _multibytecodec_state; typedef
24 static _multibytecodec_state *
27 _multibytecodec_state *state = PyModule_GetState(module); in _multibytecodec_get_state()
33 static _multibytecodec_state *
1049 _multibytecodec_state *state = _multibyte_codec_find_state_by_type(type); in mbiencoder_new()
1324 _multibytecodec_state *state = _multibyte_codec_find_state_by_type(type); in mbidecoder_new()
1641 _multibytecodec_state *state = _multibyte_codec_find_state_by_type(type); in mbstreamreader_new()
1747 _multibytecodec_state *state = PyType_GetModuleState(cls); in _multibytecodec_MultibyteStreamWriter_write_impl()
1778 _multibytecodec_state *state = PyType_GetModuleState(cls); in _multibytecodec_MultibyteStreamWriter_writelines_impl()
1829 _multibytecodec_state *stat in _multibytecodec_MultibyteStreamWriter_reset_impl()
[all...]

Completed in 3 milliseconds