Searched defs:ignoreBOM (Results 1 – 3 of 3) sorted by relevance
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/src/main/js/test/ |
D | util.test.js | 605 var that = new util.TextDecoder('utf-8', { ignoreBOM : true }) property 635 var that = new util.TextDecoder('utf-16be', { ignoreBOM : true }) property 645 var that = new util.TextDecoder('utf-16be', { ignoreBOM : false }) property 675 var that = new util.TextDecoder(undefined, {ignoreBOM: true}); property 705 var that = new util.TextDecoder(null, {ignoreBOM: true}); property 795 var that = new util.TextDecoder('utf-16be', { ignoreBOM : true }) property 805 var that = new util.TextDecoder('utf-16be', { ignoreBOM : false }) property 926 var that = new util.TextDecoder('utf-8', { ignoreBOM : true }) property 946 var that = new util.TextDecoder('utf-16le', { ignoreBOM : false }) property 1028 var that = new util.TextDecoder('utf-8', { ignoreBOM : true }) property [all …]
|
/test/xts/acts/commonlibrary/ets_utils/util2_lib_standard/src/main/js/test/ |
D | util.test.js | 6261 var that = util.TextDecoder.create('utf-8', { ignoreBOM : true }) property 6303 var that = util.TextDecoder.create('utf-16be', { ignoreBOM : true }) property 6317 var that = util.TextDecoder.create('utf-16be', { ignoreBOM : false }) property 6345 var that = util.TextDecoder.create(undefined, { ignoreBOM : false }) property 6387 var that = util.TextDecoder.create(undefined, { ignoreBOM : true }); property 6429 var that = util.TextDecoder.create(null, { ignoreBOM : true }); property 6444 var that = util.TextDecoder.create(123, { ignoreBOM : false }) property 6735 result = that.encodeInto({ ignoreBOM : true }) property
|
/test/xts/acts/storage/storagefileiov9jstest/src/main/js/test/members/ |
D | read.test.js | 328 let textDecoder = new util.TextDecoder("utf-8", { ignoreBOM: true }); property 1018 let textDecoder = new util.TextDecoder("utf-8", { ignoreBOM: true }); property
|