Home
last modified time | relevance | path

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

/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/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
1532 return EncoderInstance!(T).encodingName; in encodingName()
[all …]
/netbsd-src/external/mit/expat/dist/lib/
H A Dxmltok_ns.c115 const char **encodingName, const ENCODING **encoding, in NS()
118 badPtr, versionPtr, versionEndPtr, encodingName, in NS()
H A Dxmlparse.c450 const XML_Char *encodingName);
557 static XML_Parser parserCreate(const XML_Char *encodingName,
561 static void parserInit(XML_Parser parser, const XML_Char *encodingName);
715 XML_ParserCreate(const XML_Char *encodingName) { in XML_ParserCreate() argument
716 return XML_ParserCreate_MM(encodingName, NULL, NULL); in XML_ParserCreate()
720 XML_ParserCreateNS(const XML_Char *encodingName, XML_Char nsSep) { in XML_ParserCreateNS() argument
722 return XML_ParserCreate_MM(encodingName, NULL, tmp); in XML_ParserCreateNS()
963 XML_ParserCreate_MM(const XML_Char *encodingName, in XML_ParserCreate_MM() argument
966 return parserCreate(encodingName, memsuite, nameSep, NULL); in XML_ParserCreate_MM()
970 parserCreate(const XML_Char *encodingName, in parserCreate() argument
[all …]
H A Dxmltok.c1160 const char **versionEndPtr, const char **encodingName, in doParseXmlDecl() argument
1201 if (encodingName) in doParseXmlDecl()
1202 *encodingName = val; in doParseXmlDecl()