Home
last modified time | relevance | path

Searched defs:ucs2 (Results 1 – 23 of 23) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DresolveModuleNameWithSameLetDeclarationName2.ts2 interface ucs2 { interface
7 export let ucs2: ucs2; variable
/third_party/node/doc/api/
Dpunycode.md113 ### `punycode.ucs2.decode(string)`
129 ### `punycode.ucs2.encode(codePoints)`
/third_party/node/test/parallel/
Dtest-icu-transcode.js16 'ucs2': [0x74, 0x00, 0x1b, 0x01, 0x73, property
35 const ucs2 = Buffer.from('€'.repeat(4000), 'ucs2'); constant
Dtest-http2-createwritereq.js23 'ucs2': 'ucs2', property
/third_party/skia/third_party/externals/icu/source/common/
Dustr_cnv.cpp205 const UChar *ucs2, in u_austrncpy()
237 const UChar *ucs2 ) in u_austrcpy()
/third_party/icu/icu4c/source/common/
Dustr_cnv.cpp205 const UChar *ucs2, in u_austrncpy()
237 const UChar *ucs2 ) in u_austrcpy()
/third_party/node/deps/icu-small/source/common/
Dustr_cnv.cpp205 const UChar *ucs2, in u_austrncpy()
237 const UChar *ucs2 ) in u_austrcpy()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dustr_cnv.cpp205 const UChar *ucs2, in u_austrncpy()
237 const UChar *ucs2 ) in u_austrcpy()
/third_party/node/deps/npm/node_modules/punycode/
Dpunycode.js497 'ucs2': { property
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
Dinternal.js12 ucs2: { type: "_internal", bomAware: true}, property
/third_party/node/deps/npm/node_modules/iconv-lite/lib/
Dextend-node.js27 'base64': true, 'ucs2': true, 'ucs-2': true, 'utf16le': true, 'utf-16le': true, property
/third_party/node/deps/npm/node_modules/uri-js/node_modules/punycode/
Dpunycode.es6.js430 'ucs2': { property
Dpunycode.js430 'ucs2': { property
/third_party/node/lib/
Dpunycode.js430 'ucs2': { property
Dbuffer.js613 ucs2: { property
/third_party/node/deps/npm/node_modules/psl/dist/
Dpsl.min.js1 …on"==typeof define&&define.amd)define([],a);else{("undefined"!=typeof window?window:"undefined"!=t…
Dpsl.js772 'ucs2': { property
/third_party/node/deps/npm/node_modules/uri-js/dist/es5/
Duri.all.js698 'ucs2': { property
Duri.all.min.js2 …e&&define.amd?define(["exports"],r):r(e.URI=e.URI||{})}(this,function(e){"use strict";function r()… argument
/third_party/python/Include/cpython/
Dunicodeobject.h241 Py_UCS2 *ucs2; member
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/dist/
Dajv.min.js2 … define&&define.amd?define([],e):("undefined"!=typeof window?window:"undefined"!=typeof global?glo… argument
Dajv.bundle.js5933 'ucs2': { property
/third_party/python/Objects/
Dunicodeobject.c2123 Py_UCS2 *ucs2 = start; in unicode_write_cstr() local
13088 Py_UCS2 *ucs2 = PyUnicode_2BYTE_DATA(u); in unicode_repeat() local