Home
last modified time | relevance | path

Searched refs:SetEncoding (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/
Dstring_decoder-inl.h10 void StringDecoder::SetEncoding(enum encoding encoding) { in SetEncoding() function
Dstring_decoder.h13 inline void SetEncoding(enum encoding encoding);
/third_party/python/Include/
Dpyexpat.h48 enum XML_Status (*SetEncoding)(XML_Parser parser, const XML_Char *encoding); member
/third_party/python/Modules/
Dpyexpat.c1963 capi->SetEncoding = XML_SetEncoding; in pyexpat_exec()
D_elementtree.c3913 (void)EXPAT(SetEncoding)(self->parser, "utf-8"); in _elementtree_XMLParser_feed()