Searched refs:cc9_1 (Results 1 - 2 of 2) sorted by path

/external/chromium_org/v8/test/mjsunit/
H A Duri.js50 var cc9_1 = 0xDBFF; variable
52 var s9 = String.fromCharCode(cc9_1)+String.fromCharCode(cc9_2);
76 assertEquals(cc9_1, decodeURI(encodeURI(s9)).charCodeAt(0));
/external/v8/test/mjsunit/
H A Duri.js50 var cc9_1 = 0xDBFF; variable
52 var s9 = String.fromCharCode(cc9_1)+String.fromCharCode(cc9_2);
76 assertEquals(cc9_1, decodeURI(encodeURI(s9)).charCodeAt(0));

Completed in 262 milliseconds