Searched refs:cc8_2 (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
H A Duri.js48 var cc8_2 = 0xDC00; variable
49 var s8 = String.fromCharCode(cc8_1)+String.fromCharCode(cc8_2);
75 assertEquals(cc8_2, decodeURI(encodeURI(s8)).charCodeAt(1));

Completed in 22 milliseconds