Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Dstring-case.js32 var A_CODE = "A".charCodeAt(0); variable
38 if (A_CODE <= charCode && charCode <= Z_CODE) {
39 return charCode + a_CODE - A_CODE;
46 return charCode - (a_CODE - A_CODE);
/external/chromium_org/v8/test/mjsunit/
Dstring-case.js32 var A_CODE = "A".charCodeAt(0); variable
38 if (A_CODE <= charCode && charCode <= Z_CODE) {
39 return charCode + a_CODE - A_CODE;
46 return charCode - (a_CODE - A_CODE);