Home
last modified time | relevance | path

Searched refs:ucs2 (Results 1 – 25 of 39) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DresolveModuleNameWithSameLetDeclarationName2.symbols5 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…
DresolveModuleNameWithSameLetDeclarationName2.types5 interface ucs2 {
15 export let ucs2: ucs2;
16 >ucs2 : ucs2
DresolveModuleNameWithSameLetDeclarationName2.js3 interface ucs2 {
8 export let ucs2: ucs2;
/third_party/node/test/parallel/
Dtest-punycode.js247 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');
Dtest-icu-transcode.js29 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/
DresolveModuleNameWithSameLetDeclarationName2.ts2 interface ucs2 { interface
7 export let ucs2: ucs2; variable
/third_party/node/doc/api/
Dpunycode.md108 ## `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/
Dustr_cnv.cpp205 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/
Dustr_cnv.cpp205 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/
Dustr_cnv.cpp205 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/
Dustr_cnv.cpp205 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/
DREADME.md85 ### `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/
DREADME.md123 ### `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/
Ducs2.diff190 - 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/
DREADME.md48 .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/
Dbuffer.js613 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/
Dinternal.js12 ucs2: { type: "_internal", bomAware: true}, property
/third_party/python/Tools/gdb/
Dlibpython.py1244 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/
Dustring.h560 const UChar *ucs2,
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dustring.h560 const UChar *ucs2,
/third_party/icu/icu4c/source/common/unicode/
Dustring.h560 const UChar *ucs2,
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dustring.h560 const UChar *ucs2,
/third_party/node/deps/npm/node_modules/psl/dist/
Dpsl.min.js1 …))),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/
Dunicodeobject.h241 Py_UCS2 *ucs2; member
/third_party/node/deps/npm/node_modules/uri-js/dist/es5/
Duri.all.min.js.map1ucs2.encode`\n * @see <https://mathiasbynens.be/notes/javascript-encoding>\n * @memberOf punycode.

12