HomeSort by relevance Sort by last modified time
    Searched full:cc8_1 (Results 1 - 1 of 1) sorted by null

  /external/v8/test/mjsunit/
uri.js 47 var cc8_1 = 0xD800; variable
49 var s8 = String.fromCharCode(cc8_1)+String.fromCharCode(cc8_2);
74 assertEquals(cc8_1, decodeURI(encodeURI(s8)).charCodeAt(0));

Completed in 51 milliseconds