Home
last modified time | relevance | path

Searched defs:encodingName (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dencoding.d802 @property string encodingName() @safe pure nothrow @nogc in encodingName() function
885 @property string encodingName() @safe pure nothrow @nogc in encodingName() function
964 @property string encodingName() @safe pure nothrow @nogc in encodingName() function
1044 @property string encodingName() @safe pure nothrow @nogc in encodingName() function
1137 @property string encodingName() @safe pure nothrow @nogc in encodingName() function
1175 @property string encodingName() @safe pure nothrow @nogc in encodingName() function
1341 @property string encodingName() @safe pure nothrow @nogc in encodingName() function
1438 @property string encodingName() @safe pure nothrow @nogc in encodingName() function
1530 @property string encodingName(T)() in encodingName() function
2461 static EncodingScheme create(string encodingName) in create()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dencoding.d860 @property string encodingName() @safe pure nothrow @nogc in encodingName() function
943 @property string encodingName() @safe pure nothrow @nogc in encodingName() function
1022 @property string encodingName() @safe pure nothrow @nogc in encodingName() function
1102 @property string encodingName() @safe pure nothrow @nogc in encodingName() function
1195 @property string encodingName() @safe pure nothrow @nogc in encodingName() function
1290 @property string encodingName() @safe pure nothrow @nogc in encodingName() function
1328 @property string encodingName() @safe pure nothrow @nogc in encodingName() function
1494 @property string encodingName() @safe pure nothrow @nogc in encodingName() function
1591 @property string encodingName() @safe pure nothrow @nogc in encodingName() function
1683 @property string encodingName(T)() in encodingName() function
[all …]
/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c715 XML_ParserCreate(const XML_Char *encodingName) { in XML_ParserCreate()
720 XML_ParserCreateNS(const XML_Char *encodingName, XML_Char nsSep) { in XML_ParserCreateNS()
963 XML_ParserCreate_MM(const XML_Char *encodingName, in XML_ParserCreate_MM()
970 parserCreate(const XML_Char *encodingName, in parserCreate()
1085 parserInit(XML_Parser parser, const XML_Char *encodingName) { in parserInit()
1180 XML_ParserReset(XML_Parser parser, const XML_Char *encodingName) { in XML_ParserReset()
1221 XML_SetEncoding(XML_Parser parser, const XML_Char *encodingName) { in XML_SetEncoding()
1249 const XML_Char *encodingName) { in XML_ExternalEntityParserCreate()
4143 const char *encodingName = NULL; in processXmlDecl() local
4233 handleUnknownEncoding(XML_Parser parser, const XML_Char *encodingName) { in handleUnknownEncoding()
H A Dxmltok.c1160 const char **versionEndPtr, const char **encodingName, in doParseXmlDecl()