Home
last modified time | relevance | path

Searched refs:utf16Buf (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/parallel/
Dtest-buffer-slice.js78 const utf16Buf = Buffer.from('0123456789', 'utf16le'); constant
79 assert.deepStrictEqual(utf16Buf.slice(0, 6), Buffer.from('012', 'utf16le'));
/third_party/icu/icu4c/source/test/perf/ubrkperf/
Dubrkperfold.cpp626 UChar utf16Buf[3]; in get() local
628 UTF16_APPEND_CHAR_UNSAFE(utf16Buf, i, cp); in get()
629 fPending2ndSurrogate = utf16Buf[1]; in get()
630 c = utf16Buf[0]; in get()
/third_party/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp1353 UChar utf16Buf[3]; in get() local
1355 UTF16_APPEND_CHAR_UNSAFE(utf16Buf, i, cp); in get()
1356 fPending2ndSurrogate = utf16Buf[1]; in get()
1357 c = utf16Buf[0]; in get()