Home | History | Annotate | Download | only in v8-v6

Lines Matching refs:int2char

165 function int2char(n) { return BI_RM.charAt(n); }
255 if(p < BI_DB && (d = this_array[i]>>p) > 0) { m = true; r = int2char(d); }
266 if(m) r += int2char(d);