Home | History | Annotate | Download | only in benchmarks

Lines Matching refs:BI_RM

163 var BI_RM = "0123456789abcdefghijklmnopqrstuvwxyz";
173 function int2char(n) { return BI_RM.charAt(n); }