Home
last modified time | relevance | path

Searched refs:bomAware (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
Dinternal.js8 utf8: { type: "_internal", bomAware: true}, property
9 cesu8: { type: "_internal", bomAware: true}, property
12 ucs2: { type: "_internal", bomAware: true}, property
27 this.bomAware = codecOptions.bomAware;
Dutf7.js15 Utf7Codec.prototype.bomAware = true; method in Utf7Codec
139 Utf7IMAPCodec.prototype.bomAware = true; method in Utf7IMAPCodec
Dutf16.js14 Utf16BECodec.prototype.bomAware = true; method in Utf16BECodec
/third_party/node/deps/npm/node_modules/iconv-lite/lib/
Dindex.js120 if (codec.bomAware && options && options.addBOM)
130 if (codec.bomAware && !(options && options.stripBOM === false))