Home | History | Annotate | Download | only in embenchen

Lines Matching refs:utf32

892     var utf32 = HEAP32[(((ptr)+(i*4))>>2)];
893 if (utf32 == 0)
897 if (utf32 >= 0x10000) {
898 var ch = utf32 - 0x10000;
901 str += String.fromCharCode(utf32);