Home | History | Annotate | Download | only in embenchen

Lines Matching full:utf32

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