Home
last modified time | relevance | path

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

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