Searched refs:utf16Buf (Results 1 – 3 of 3) sorted by relevance
78 const utf16Buf = Buffer.from('0123456789', 'utf16le'); constant79 assert.deepStrictEqual(utf16Buf.slice(0, 6), Buffer.from('012', 'utf16le'));
626 UChar utf16Buf[3]; in get() local628 UTF16_APPEND_CHAR_UNSAFE(utf16Buf, i, cp); in get()629 fPending2ndSurrogate = utf16Buf[1]; in get()630 c = utf16Buf[0]; in get()
1353 UChar utf16Buf[3]; in get() local1355 UTF16_APPEND_CHAR_UNSAFE(utf16Buf, i, cp); in get()1356 fPending2ndSurrogate = utf16Buf[1]; in get()1357 c = utf16Buf[0]; in get()