Home | History | Annotate | Download | only in embenchen

Lines Matching refs:utf32

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