Home | History | Annotate | Download | only in embenchen

Lines Matching full:utf32

862     var utf32 = HEAP32[(((ptr)+(i*4))>>2)];
863 if (utf32 == 0)
867 if (utf32 >= 0x10000) {
868 var ch = utf32 - 0x10000;
871 str += String.fromCharCode(utf32);