/third_party/typescript/tests/baselines/reference/ |
D | resolveModuleNameWithSameLetDeclarationName2.symbols | 5 interface ucs2 { 6 >ucs2 : Symbol(ucs2, Decl(resolveModuleNameWithSameLetDeclarationName2.ts, 0, 27), Decl(resolveModu… 9 >decode : Symbol(ucs2.decode, Decl(resolveModuleNameWithSameLetDeclarationName2.ts, 1, 20)) 13 >encode : Symbol(ucs2.encode, Decl(resolveModuleNameWithSameLetDeclarationName2.ts, 2, 39)) 17 export let ucs2: ucs2; 18 >ucs2 : Symbol(ucs2, Decl(resolveModuleNameWithSameLetDeclarationName2.ts, 0, 27), Decl(resolveModu… 19 >ucs2 : Symbol(ucs2, Decl(resolveModuleNameWithSameLetDeclarationName2.ts, 0, 27), Decl(resolveModu…
|
D | resolveModuleNameWithSameLetDeclarationName2.types | 5 interface ucs2 { 15 export let ucs2: ucs2; 16 >ucs2 : ucs2
|
D | resolveModuleNameWithSameLetDeclarationName2.js | 3 interface ucs2 { 8 export let ucs2: ucs2;
|
/third_party/node/test/parallel/ |
D | test-punycode.js | 255 assert.strictEqual(punycode.ucs2.encode([0x61]), 'a'); 257 assert.strictEqual(punycode.ucs2.encode([0x1D306]), '\uD834\uDF06'); 259 assert.strictEqual(punycode.ucs2.encode([0xD800]), '\uD800'); 261 assert.strictEqual(punycode.ucs2.encode([0xD800, 0x61, 0x62]), '\uD800ab'); 263 assert.strictEqual(punycode.ucs2.encode([0xDC00]), '\uDC00'); 265 assert.strictEqual(punycode.ucs2.encode([0xDC00, 0x61, 0x62]), '\uDC00ab');
|
D | test-icu-transcode.js | 29 const dest = buffer.transcode(Buffer.from(tests.ucs2), 'ucs2', 'utf8'); 35 const ucs2 = Buffer.from('€'.repeat(4000), 'ucs2'); constant 37 const ucs2_to_utf8 = buffer.transcode(ucs2, 'ucs2', 'utf8'); 39 assert.deepStrictEqual(ucs2, utf8_to_ucs2);
|
/third_party/node/doc/api/ |
D | punycode.md | 113 ## `punycode.ucs2` 119 ### `punycode.ucs2.decode(string)` argument 127 The `punycode.ucs2.decode()` method returns an array containing the numeric 131 punycode.ucs2.decode('abc'); // [0x61, 0x62, 0x63] 133 punycode.ucs2.decode('\uD834\uDF06'); // [0x1D306] 136 ### `punycode.ucs2.encode(codePoints)` argument 144 The `punycode.ucs2.encode()` method returns a string based on an array of 148 punycode.ucs2.encode([0x61, 0x62, 0x63]); // 'abc' 149 punycode.ucs2.encode([0x1D306]); // '\uD834\uDF06'
|
D | buffer.md | 197 * `'ucs2'`, `'ucs-2'`: Aliases of `'utf16le'`. UCS-2 used to refer to a variant 5265 `'utf16le'`, `'ucs2'`, `'latin1'`, and `'binary'`.
|
/third_party/node/deps/icu-small/source/common/ |
D | ustr_cnv.cpp | 205 const char16_t *ucs2, in u_austrncpy() argument 216 &ucs2, in u_austrncpy() 217 ucs2+u_ustrnlen(ucs2, n), in u_austrncpy() 237 const char16_t *ucs2 ) in u_austrcpy() argument 245 ucs2, in u_austrcpy()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ustr_cnv.cpp | 205 const UChar *ucs2, in u_austrncpy() argument 216 &ucs2, in u_austrncpy() 217 ucs2+u_ustrnlen(ucs2, n), in u_austrncpy() 237 const UChar *ucs2 ) in u_austrcpy() argument 245 ucs2, in u_austrcpy()
|
/third_party/icu/icu4c/source/common/ |
D | ustr_cnv.cpp | 205 const UChar *ucs2, in u_austrncpy() argument 216 &ucs2, in u_austrncpy() 217 ucs2+u_ustrnlen(ucs2, n), in u_austrncpy() 237 const UChar *ucs2 ) in u_austrcpy() argument 245 ucs2, in u_austrcpy()
|
/third_party/typescript/tests/cases/compiler/ |
D | resolveModuleNameWithSameLetDeclarationName2.ts | 2 interface ucs2 { interface 7 export let ucs2: ucs2; variable
|
/third_party/node/lib/ |
D | buffer.js | 642 ucs2: { property 728 if (encoding === 'ucs2') return encodingOps.ucs2; 731 if (encoding === 'ucs2') return encodingOps.ucs2; 736 if (encoding === 'ucs-2') return encodingOps.ucs2; 740 if (encoding === 'ucs-2') return encodingOps.ucs2;
|
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/ |
D | internal.js | 12 ucs2: { type: "_internal", bomAware: true}, property
|
/third_party/python/Tools/gdb/ |
D | libpython.py | 1244 ucs2 = int(field_str[i]) 1245 if ucs2 < 0xDC00 or ucs2 > 0xDFFF: 1248 code |= ucs2 & 0x03FF
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ustring.h | 560 const UChar *ucs2,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ustring.h | 560 const UChar *ucs2,
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ustring.h | 560 const UChar *ucs2,
|
/third_party/python/Include/cpython/ |
D | unicodeobject.h | 241 Py_UCS2 *ucs2; member
|
/third_party/python/Objects/ |
D | unicodeobject.c | 2123 Py_UCS2 *ucs2 = start; in unicode_write_cstr() local 2125 for (; str < end; ++ucs2, ++str) in unicode_write_cstr() 2126 *ucs2 = (Py_UCS2)*str; in unicode_write_cstr() 2128 assert((ucs2 - start) <= PyUnicode_GET_LENGTH(unicode)); in unicode_write_cstr() 13088 Py_UCS2 *ucs2 = PyUnicode_2BYTE_DATA(u); in unicode_repeat() local 13090 ucs2[n] = fill_char; in unicode_repeat()
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_ARCHIVE.md | 254 * string\_bytes: ucs2 support big endian (Andrew Low) 2738 * SlowBuffer.write() with 'ucs2' throws ReferenceError. (koichik)
|
D | CHANGELOG_V7.md | 1586 …de/commit/573f9db6c9)] - **buffer**: fix transcode for single-byte enc to ucs2 (Anna Henningsen) […
|
D | CHANGELOG_V8.md | 3753 …thub.com/nodejs/node/commit/d288cf10cc)] - **test**: skip test-fs-readdir-ucs2 if no support (Rich… 3769 …thub.com/nodejs/node/commit/e5d32b8b13)] - **test**: mark test-fs-readdir-ucs2 flaky (João Reis) […
|
D | CHANGELOG_V9.md | 121 …/github.com/nodejs/node/commit/d111037624)] - **doc**: favor utf16le over ucs2 in buffer.md (Rich …
|
/third_party/node/deps/undici/ |
D | undici.js | 3100 case "ucs2":
|
/third_party/musl/ |
D | WHATSNEW | 1901 - iconv could wrongly output surrogate pairs in ucs2
|