Searched defs:_strrev (Results 1 – 3 of 3) sorted by relevance
2 …(typeof module!=="undefined"&&typeof require!=="undefined"){if(typeof cptable==="undefined")cptabl…
93 function _strrev(x) { var o = "", i = x.length-1; while(i>=0) o += x.charAt(i--); return o; } function
288 function _strrev(x/*:string*/)/*:string*/ { var o = "", i = x.length-1; while(i>=0) o += x.charAt(i… function