Home | History | Annotate | Download | only in embenchen

Lines Matching refs:utf32

864     var utf32 = HEAP32[(((ptr)+(i*4))>>2)];
865 if (utf32 == 0)
869 if (utf32 >= 0x10000) {
870 var ch = utf32 - 0x10000;
873 str += String.fromCharCode(utf32);