/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 | 247 assert.strictEqual(punycode.ucs2.encode([0x61]), 'a'); 249 assert.strictEqual(punycode.ucs2.encode([0x1D306]), '\uD834\uDF06'); 251 assert.strictEqual(punycode.ucs2.encode([0xD800]), '\uD800'); 253 assert.strictEqual(punycode.ucs2.encode([0xD800, 0x61, 0x62]), '\uD800ab'); 255 assert.strictEqual(punycode.ucs2.encode([0xDC00]), '\uDC00'); 257 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/typescript/tests/cases/compiler/ |
D | resolveModuleNameWithSameLetDeclarationName2.ts | 2 interface ucs2 { interface 7 export let ucs2: ucs2; variable
|
/third_party/node/doc/api/ |
D | punycode.md | 108 ## `punycode.ucs2` 113 ### `punycode.ucs2.decode(string)` argument 120 The `punycode.ucs2.decode()` method returns an array containing the numeric 124 punycode.ucs2.decode('abc'); // [0x61, 0x62, 0x63] 126 punycode.ucs2.decode('\uD834\uDF06'); // [0x1D306] 129 ### `punycode.ucs2.encode(codePoints)` argument 136 The `punycode.ucs2.encode()` method returns a string based on an array of 140 punycode.ucs2.encode([0x61, 0x62, 0x63]); // 'abc' 141 punycode.ucs2.encode([0x1D306]); // '\uD834\uDF06'
|
/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/node/deps/icu-small/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/flutter/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/node/deps/npm/node_modules/uri-js/node_modules/punycode/ |
D | README.md | 85 ### `punycode.ucs2` 87 #### `punycode.ucs2.decode(string)` 92 punycode.ucs2.decode('abc'); 95 punycode.ucs2.decode('\uD834\uDF06'); 99 #### `punycode.ucs2.encode(codePoints)` 104 punycode.ucs2.encode([0x61, 0x62, 0x63]); 106 punycode.ucs2.encode([0x1D306]);
|
/third_party/node/deps/npm/node_modules/punycode/ |
D | README.md | 123 ### `punycode.ucs2` 125 #### `punycode.ucs2.decode(string)` 130 punycode.ucs2.decode('abc'); 133 punycode.ucs2.decode('\uD834\uDF06'); 137 #### `punycode.ucs2.encode(codePoints)` 142 punycode.ucs2.encode([0x61, 0x62, 0x63]); 144 punycode.ucs2.encode([0x1D306]);
|
/third_party/re2/ |
D | ucs2.diff | 190 - bool ucs2 = prog_->flags() & Regexp::UCS2; 198 - if (!ucs2 && !anchored && first_byte_ >= 0 && runq->size() == 0 && 209 - if(ucs2 && runq->size() == 0 && 218 - if(!ucs2 || (p - context.begin()) % 2 == 0) { 362 - { single_line|Regexp::UCS2, "single-line, ucs2" }, 366 - { multi_line|Regexp::UCS2, "multiline, ucs2" }, 498 - bool ucs2 = false; 508 - ucs2 = true; 520 - if (ucs2) {
|
/third_party/node/deps/npm/node_modules/iconv-lite/ |
D | README.md | 48 .pipe(iconv.encodeStream('ucs2')) 49 .pipe(fs.createWriteStream('file-in-ucs2.txt')); 96 * All node.js native encodings: utf8, ucs2 / utf16-le, ascii, binary, base64, hex.
|
/third_party/node/lib/ |
D | buffer.js | 613 ucs2: { property 699 if (encoding === 'ucs2') return encodingOps.ucs2; 702 if (encoding === 'ucs2') return encodingOps.ucs2; 707 if (encoding === 'ucs-2') return encodingOps.ucs2; 711 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/node/deps/icu-small/source/common/unicode/ |
D | ustring.h | 560 const UChar *ucs2,
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | ustring.h | 560 const UChar *ucs2,
|
/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/npm/node_modules/psl/dist/ |
D | psl.min.js | 1 …))),s=I(i,g,e==n),i=0,++e}++i,++o}return j.join("")}if(n={version:"1.4.1",ucs2:{decode:O,encode:_}… property
|
/third_party/python/Include/cpython/ |
D | unicodeobject.h | 241 Py_UCS2 *ucs2; member
|
/third_party/node/deps/npm/node_modules/uri-js/dist/es5/ |
D | uri.all.min.js.map | 1 …ucs2.encode`\n * @see <https://mathiasbynens.be/notes/javascript-encoding>\n * @memberOf punycode.…
|