Home | History | Annotate | Download | only in embenchen

Lines Matching full:utf32

871     var utf32 = HEAP32[(((ptr)+(i*4))>>2)];
872 if (utf32 == 0)
876 if (utf32 >= 0x10000) {
877 var ch = utf32 - 0x10000;
880 str += String.fromCharCode(utf32);