Searched defs:ignoreBOM (Results 1 – 2 of 2) sorted by relevance
| /test/xts/acts/commonlibrary/ets_utils/util2_lib_standard/entry/src/ohosTest/js/test/ |
| D | util.test.js | 7355 var that = util.TextDecoder.create('utf-8', { ignoreBOM : true }) property 7397 var that = util.TextDecoder.create('utf-16be', { ignoreBOM : true }) property 7411 var that = util.TextDecoder.create('utf-16be', { ignoreBOM : false }) property 7439 var that = util.TextDecoder.create(undefined, { ignoreBOM : false }) property 7481 var that = util.TextDecoder.create(undefined, { ignoreBOM : true }); property 7523 var that = util.TextDecoder.create(null, { ignoreBOM : true }); property 7538 var that = util.TextDecoder.create(123, { ignoreBOM : false }) property 7636 let textDecoder = util.TextDecoder.create('utf-8', {ignoreBOM:true}); property 7652 let textDecoder = util.TextDecoder.create('utf-8', {ignoreBOM:false}); property 7669 let textDecoder = util.TextDecoder.create('utf-8', {ignoreBOM:true}); property [all …]
|
| /test/xts/acts/commonlibrary/ets_utils/util_lib_standard/entry/src/ohosTest/js/test/ |
| D | util.test.js | 776 let that = new util.TextDecoder('utf-8', { ignoreBOM : true }) property 818 let that = new util.TextDecoder('utf-16be', { ignoreBOM : true }) property 832 let that = new util.TextDecoder('utf-16be', { ignoreBOM : false }) property 874 let that = new util.TextDecoder(undefined, {ignoreBOM: true}); property 916 let that = new util.TextDecoder(null, {ignoreBOM: true}); property 1042 let that = new util.TextDecoder('utf-16be', { ignoreBOM : true }) property 1056 let that = new util.TextDecoder('utf-16be', { ignoreBOM : false }) property 1217 let that = new util.TextDecoder('utf-8', { ignoreBOM : true }) property 1241 let that = new util.TextDecoder('utf-16le', { ignoreBOM : false }) property 1339 let that = new util.TextDecoder('utf-8', { ignoreBOM : true }) property [all …]
|