Home | History | Annotate | Download | only in poppler

Lines Matching full:utf32

880     var utf32 = HEAP32[(((ptr)+(i*4))>>2)];
881 if (utf32 == 0)
885 if (utf32 >= 0x10000) {
886 var ch = utf32 - 0x10000;
889 str += String.fromCharCode(utf32);