/third_party/python/Modules/expat/ |
D | xmltok.h | 160 typedef struct encoding ENCODING; typedef 162 typedef int(PTRCALL *SCANNER)(const ENCODING *, const char *, const char *, 175 int(PTRCALL *nameMatchesAscii)(const ENCODING *, const char *, const char *, 177 int(PTRFASTCALL *nameLength)(const ENCODING *, const char *); 178 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *); 179 int(PTRCALL *getAtts)(const ENCODING *enc, const char *ptr, int attsMax, 181 int(PTRFASTCALL *charRefNumber)(const ENCODING *enc, const char *ptr); 182 int(PTRCALL *predefinedEntityName)(const ENCODING *, const char *, 184 void(PTRCALL *updatePosition)(const ENCODING *, const char *ptr, 186 int(PTRCALL *isPublicId)(const ENCODING *enc, const char *ptr, [all …]
|
D | xmlrole.c | 123 const ENCODING *enc); 141 const ENCODING *enc) { in prolog0() 172 const ENCODING *enc) { in prolog1() 204 const ENCODING *enc) { in prolog2() 224 const ENCODING *enc) { in doctype0() 241 const ENCODING *enc) { in doctype1() 267 const ENCODING *enc) { in doctype2() 283 const ENCODING *enc) { in doctype3() 299 const ENCODING *enc) { in doctype4() 318 const ENCODING *enc) { in doctype5() [all …]
|
D | xmltok_ns.c | 39 const ENCODING * 44 const ENCODING * 57 static const ENCODING *const NS(encodings)[] = { 65 NS(initScanProlog)(const ENCODING *enc, const char *ptr, const char *end, in NS() 72 NS(initScanContent)(const ENCODING *enc, const char *ptr, const char *end, in NS() 79 NS(XmlInitEncoding)(INIT_ENCODING *p, const ENCODING **encPtr, in NS() 93 static const ENCODING * 94 NS(findEncoding)(const ENCODING *enc, const char *ptr, const char *end) { in NS() 112 NS(XmlParseXmlDecl)(int isGeneralTextEntity, const ENCODING *enc, in NS() 115 const char **encodingName, const ENCODING **encoding, in NS()
|
D | xmltok.c | 136 isNever(const ENCODING *enc, const char *p) { in isNever() 143 utf8_isName2(const ENCODING *enc, const char *p) { in utf8_isName2() 149 utf8_isName3(const ENCODING *enc, const char *p) { in utf8_isName3() 157 utf8_isNmstrt2(const ENCODING *enc, const char *p) { in utf8_isNmstrt2() 163 utf8_isNmstrt3(const ENCODING *enc, const char *p) { in utf8_isNmstrt3() 171 utf8_isInvalid2(const ENCODING *enc, const char *p) { in utf8_isInvalid2() 177 utf8_isInvalid3(const ENCODING *enc, const char *p) { in utf8_isInvalid3() 183 utf8_isInvalid4(const ENCODING *enc, const char *p) { in utf8_isInvalid4() 189 ENCODING enc; 192 int(PTRFASTCALL *byteType)(const ENCODING *, const char *); [all …]
|
D | xmltok_impl.c | 143 PREFIX(scanComment)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 180 PREFIX(scanDecl)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 229 PREFIX(checkPiTarget)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 274 PREFIX(scanPi)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 334 PREFIX(scanCdataSection)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 353 PREFIX(cdataSectionTok)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 429 PREFIX(scanEndTag)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 480 PREFIX(scanHexCharRef)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 511 PREFIX(scanCharRef)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 542 PREFIX(scanRef)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() [all …]
|
/third_party/expat/lib/ |
D | xmltok.h | 160 typedef struct encoding ENCODING; typedef 162 typedef int(PTRCALL *SCANNER)(const ENCODING *, const char *, const char *, 175 int(PTRCALL *nameMatchesAscii)(const ENCODING *, const char *, const char *, 177 int(PTRFASTCALL *nameLength)(const ENCODING *, const char *); 178 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *); 179 int(PTRCALL *getAtts)(const ENCODING *enc, const char *ptr, int attsMax, 181 int(PTRFASTCALL *charRefNumber)(const ENCODING *enc, const char *ptr); 182 int(PTRCALL *predefinedEntityName)(const ENCODING *, const char *, 184 void(PTRCALL *updatePosition)(const ENCODING *, const char *ptr, 186 int(PTRCALL *isPublicId)(const ENCODING *enc, const char *ptr, [all …]
|
D | xmlrole.c | 125 const ENCODING *enc); 143 const ENCODING *enc) { in prolog0() 174 const ENCODING *enc) { in prolog1() 206 const ENCODING *enc) { in prolog2() 226 const ENCODING *enc) { in doctype0() 243 const ENCODING *enc) { in doctype1() 269 const ENCODING *enc) { in doctype2() 285 const ENCODING *enc) { in doctype3() 301 const ENCODING *enc) { in doctype4() 320 const ENCODING *enc) { in doctype5() [all …]
|
D | xmltok_ns.c | 39 const ENCODING * 44 const ENCODING * 57 static const ENCODING *const NS(encodings)[] = { 65 NS(initScanProlog)(const ENCODING *enc, const char *ptr, const char *end, in NS() 72 NS(initScanContent)(const ENCODING *enc, const char *ptr, const char *end, in NS() 79 NS(XmlInitEncoding)(INIT_ENCODING *p, const ENCODING **encPtr, in NS() 93 static const ENCODING * 94 NS(findEncoding)(const ENCODING *enc, const char *ptr, const char *end) { in NS() 112 NS(XmlParseXmlDecl)(int isGeneralTextEntity, const ENCODING *enc, in NS() 115 const char **encodingName, const ENCODING **encoding, in NS()
|
D | xmltok.c | 133 isNever(const ENCODING *enc, const char *p) { in isNever() 140 utf8_isName2(const ENCODING *enc, const char *p) { in utf8_isName2() 146 utf8_isName3(const ENCODING *enc, const char *p) { in utf8_isName3() 154 utf8_isNmstrt2(const ENCODING *enc, const char *p) { in utf8_isNmstrt2() 160 utf8_isNmstrt3(const ENCODING *enc, const char *p) { in utf8_isNmstrt3() 168 utf8_isInvalid2(const ENCODING *enc, const char *p) { in utf8_isInvalid2() 174 utf8_isInvalid3(const ENCODING *enc, const char *p) { in utf8_isInvalid3() 180 utf8_isInvalid4(const ENCODING *enc, const char *p) { in utf8_isInvalid4() 186 ENCODING enc; 189 int(PTRFASTCALL *byteType)(const ENCODING *, const char *); [all …]
|
D | xmltok_impl.c | 143 PREFIX(scanComment)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 180 PREFIX(scanDecl)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 229 PREFIX(checkPiTarget)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 274 PREFIX(scanPi)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 334 PREFIX(scanCdataSection)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 353 PREFIX(cdataSectionTok)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 429 PREFIX(scanEndTag)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 480 PREFIX(scanHexCharRef)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 511 PREFIX(scanCharRef)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 542 PREFIX(scanRef)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() [all …]
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
D | xmltok.h | 160 typedef struct encoding ENCODING; typedef 162 typedef int(PTRCALL *SCANNER)(const ENCODING *, const char *, const char *, 175 int(PTRCALL *nameMatchesAscii)(const ENCODING *, const char *, const char *, 177 int(PTRFASTCALL *nameLength)(const ENCODING *, const char *); 178 const char *(PTRFASTCALL *skipS)(const ENCODING *, const char *); 179 int(PTRCALL *getAtts)(const ENCODING *enc, const char *ptr, int attsMax, 181 int(PTRFASTCALL *charRefNumber)(const ENCODING *enc, const char *ptr); 182 int(PTRCALL *predefinedEntityName)(const ENCODING *, const char *, 184 void(PTRCALL *updatePosition)(const ENCODING *, const char *ptr, 186 int(PTRCALL *isPublicId)(const ENCODING *enc, const char *ptr, [all …]
|
D | xmlrole.c | 123 const ENCODING *enc); 141 const ENCODING *enc) { in prolog0() 172 const ENCODING *enc) { in prolog1() 204 const ENCODING *enc) { in prolog2() 224 const ENCODING *enc) { in doctype0() 241 const ENCODING *enc) { in doctype1() 267 const ENCODING *enc) { in doctype2() 283 const ENCODING *enc) { in doctype3() 299 const ENCODING *enc) { in doctype4() 318 const ENCODING *enc) { in doctype5() [all …]
|
D | xmltok_ns.c | 39 const ENCODING * 44 const ENCODING * 57 static const ENCODING *const NS(encodings)[] = { 65 NS(initScanProlog)(const ENCODING *enc, const char *ptr, const char *end, in NS() 72 NS(initScanContent)(const ENCODING *enc, const char *ptr, const char *end, in NS() 79 NS(XmlInitEncoding)(INIT_ENCODING *p, const ENCODING **encPtr, in NS() 93 static const ENCODING * 94 NS(findEncoding)(const ENCODING *enc, const char *ptr, const char *end) { in NS() 112 NS(XmlParseXmlDecl)(int isGeneralTextEntity, const ENCODING *enc, in NS() 115 const char **encodingName, const ENCODING **encoding, in NS()
|
D | xmltok.c | 136 isNever(const ENCODING *enc, const char *p) { in isNever() 143 utf8_isName2(const ENCODING *enc, const char *p) { in utf8_isName2() 149 utf8_isName3(const ENCODING *enc, const char *p) { in utf8_isName3() 157 utf8_isNmstrt2(const ENCODING *enc, const char *p) { in utf8_isNmstrt2() 163 utf8_isNmstrt3(const ENCODING *enc, const char *p) { in utf8_isNmstrt3() 171 utf8_isInvalid2(const ENCODING *enc, const char *p) { in utf8_isInvalid2() 177 utf8_isInvalid3(const ENCODING *enc, const char *p) { in utf8_isInvalid3() 183 utf8_isInvalid4(const ENCODING *enc, const char *p) { in utf8_isInvalid4() 189 ENCODING enc; 192 int(PTRFASTCALL *byteType)(const ENCODING *, const char *); [all …]
|
D | xmltok_impl.c | 143 PREFIX(scanComment)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 180 PREFIX(scanDecl)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 229 PREFIX(checkPiTarget)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 274 PREFIX(scanPi)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 334 PREFIX(scanCdataSection)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 353 PREFIX(cdataSectionTok)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 429 PREFIX(scanEndTag)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 480 PREFIX(scanHexCharRef)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 511 PREFIX(scanCharRef)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() 542 PREFIX(scanRef)(const ENCODING *enc, const char *ptr, const char *end, in PREFIX() [all …]
|
/third_party/node/deps/npm/node_modules/minizlib/node_modules/minipass/ |
D | index.js | 14 const ENCODING = Symbol('encoding') constant 64 this[ENCODING] = null 66 this[ENCODING] = options && options.encoding || null 67 if (this[ENCODING] === 'buffer') 68 this[ENCODING] = null 69 this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null 82 get encoding () { return this[ENCODING] } 87 if (this[ENCODING] && enc !== this[ENCODING] && 91 if (this[ENCODING] !== enc) { 97 this[ENCODING] = enc [all …]
|
/third_party/node/deps/npm/node_modules/fs-minipass/node_modules/minipass/ |
D | index.js | 14 const ENCODING = Symbol('encoding') constant 64 this[ENCODING] = null 66 this[ENCODING] = options && options.encoding || null 67 if (this[ENCODING] === 'buffer') 68 this[ENCODING] = null 69 this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null 82 get encoding () { return this[ENCODING] } 87 if (this[ENCODING] && enc !== this[ENCODING] && 91 if (this[ENCODING] !== enc) { 97 this[ENCODING] = enc [all …]
|
/third_party/node/deps/npm/node_modules/pacote/node_modules/minipass/ |
D | index.js | 14 const ENCODING = Symbol('encoding') constant 64 this[ENCODING] = null 66 this[ENCODING] = options && options.encoding || null 67 if (this[ENCODING] === 'buffer') 68 this[ENCODING] = null 69 this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null 82 get encoding () { return this[ENCODING] } 87 if (this[ENCODING] && enc !== this[ENCODING] && 91 if (this[ENCODING] !== enc) { 97 this[ENCODING] = enc [all …]
|
/third_party/node/deps/npm/node_modules/tar/node_modules/minipass/ |
D | index.js | 14 const ENCODING = Symbol('encoding') constant 64 this[ENCODING] = null 66 this[ENCODING] = options && options.encoding || null 67 if (this[ENCODING] === 'buffer') 68 this[ENCODING] = null 69 this[DECODER] = this[ENCODING] ? new SD(this[ENCODING]) : null 82 get encoding () { return this[ENCODING] } 87 if (this[ENCODING] && enc !== this[ENCODING] && 91 if (this[ENCODING] !== enc) { 97 this[ENCODING] = enc [all …]
|
/third_party/ffmpeg/doc/ |
D | t2h.init | 89 …uiv=\"Content-Type\" content=\"text/html; charset=$ENCODING\">" if (defined($ENCODING) and ($ENCOD… 117 $IN_ENCODING = $ENCODING = "utf-8";
|
/third_party/python/Doc/library/ |
D | token.rst | 65 .. data:: ENCODING 69 always be an ``ENCODING`` token. 84 Added :data:`COMMENT`, :data:`NL` and :data:`ENCODING` tokens.
|
/third_party/libxml2/os400/ |
D | xmllint.cmd | 84 PARM KWD(ENCODING) TYPE(*CHAR) LEN(32) VARY(*YES *INT2) + 86 PMTCTL(ENCODING) CHOICE('Encoding name') + 88 ENCODING: PMTCTL CTL(OUTSTMF) COND(*SPCFD) subroutine
|
/third_party/python/Tools/unicode/ |
D | gencjkcodecs.py | 60 code = TEMPLATE.substitute(ENCODING=enc.upper(),
|
/third_party/python/Grammar/ |
D | Tokens | 68 ENCODING
|
/third_party/icu/icu4c/source/tools/ctestfw/ |
D | uperf.cpp | 54 ENCODING, enumerator 148 if(options[ENCODING].doesOccur) { in init() 149 encoding = options[ENCODING].value; in init()
|