Home
last modified time | relevance | path

Searched refs:a_CODE (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
Dstring-case.js35 var a_CODE = "a".charCodeAt(0); variable
40 return charCode + a_CODE - A_CODE;
46 if (a_CODE <= charCode && charCode <= z_CODE) {
47 return charCode - (a_CODE - A_CODE);